Package org.pollux3d.map

Examples of org.pollux3d.map.Sun


    Planet uriel = new Planet("uriel", "uriel.jpg", 60);
    uriel.setPosition(3000, -200, -1200);
    addEntity(uriel);
    */
   
    Sun sung = new Sun("Sun");
    sung.setPosition(0, 0, 0);
    mapNode.addLight(sung.getLight());
    Pollux.get().getStateManager().getPlanetAnimation().setSunLocation(sung.getLocalTranslation());
   
    addEntity(sung);
   
   
    //ship = new Ship("Falcon", "Models/Falcon/Body.mesh.xml");
View Full Code Here

TOP

Related Classes of org.pollux3d.map.Sun

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.