Package ast.effect

Examples of ast.effect.Light


    asteroids = new ArrayList<Entity>();
    bullets = new ArrayList<Bullet>();   
    player = new Player(this, AssetStore.getModel("Player"));
    player.setPos(playerSpawn);
   
    light = new Light();
    light.init(new Vector3f(5,5,0));
   
    addRandomAsteroids(8);
   
    addAddList()
View Full Code Here

TOP

Related Classes of ast.effect.Light

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.