Package cc.sketchchair.environments

Examples of cc.sketchchair.environments.Environments


    //new Vec3D(0, 2f, 0), 300, 90f, .090f);
    jBullet = new jBullet();
    uiTools = new UITools(applet);
    //ragDoll = null;

    environments = new Environments();
    /*
     * What mode are we in? 0 - sketch seat 1 - view in 3d
     */
    mode = 0;

View Full Code Here

TOP

Related Classes of cc.sketchchair.environments.Environments

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.