Package aspect.render

Examples of aspect.render.Canvas


        camera = new Transform(new Vector3(-10, 10, 10), new Vector3(1, -1, -1), Vector3.yAxis(), Vector3.one());

        gravity = new UniformGravity();
        World.main.addForce(gravity);
       
        counter = new Canvas(128, 32);
        updateCounter();

        spawner = new Entity();
        spawner.transform.position.y = 15.0f;
View Full Code Here

TOP

Related Classes of aspect.render.Canvas

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.