Package ponkOut.graphics

Examples of ponkOut.graphics.Satellite


    Lighting.init();

    // create satellites after initialising lighting
    satellites = new LinkedList<Satellite>();
    satellites.add(new Satellite(5.0f, 1.0f, 0.9f, 0.7f, 200.0f, 0.85f, 4.0f, 50.0f, 0.0f, 0.2f, 0.979796f, 1.6f,
        goManager));
    satellites.add(new Satellite(1.0f, 0.4f, 0.5f, 1.0f, 60.0f, 0.4f, 0.0f, 10.0f, 0.8666f, 0.5f, 0.0f, 0.6f,
        goManager));

    flying = MenuState.FlyingDirection.IN;
    posZ = 25.5f + 1000.0f;
    destPosZ = 25.5f;
View Full Code Here

TOP

Related Classes of ponkOut.graphics.Satellite

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.