Package org.xith3d.loaders.models

Examples of org.xith3d.loaders.models.Model


     * Random
     */
    private static Random rnd = new Random(System.currentTimeMillis());
   
    public static Node getWheels() {
        Model wheels = ResBag.getModelInstance(ResourceNames.WHEELS);
       
        return wheels;
    }
View Full Code Here


       
        return wheels;
    }
   
    public static Node getLegs() {
        Model legs = ResBag.getModelInstance(ResourceNames.LEGS);
       
        return legs;
    }
View Full Code Here

TOP

Related Classes of org.xith3d.loaders.models.Model

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.