Package net.cis.common.model.spaceobject

Examples of net.cis.common.model.spaceobject.Asteroid


    sbf.addControlledObject((SkyBox) null, loadNow);
    // HACK: no skybox fac, implement controlledsector instead

    SpatialFactory sf = new SpatialFactory();
   
    Asteroid a = SpaceobjectFactory.eINSTANCE.createAsteroid();
    a.setLocation(new Vector3f(0,0,20));
    a.setRotation(new Quaternion());
    a.setId(2);
   
    sf.addControlledObject(a, loadNow);

//    SoundFactory sof = new SoundFactory(assetManager, objectController);
//    sof.addControlledObject(null);
View Full Code Here

TOP

Related Classes of net.cis.common.model.spaceobject.Asteroid

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.