Package cc.sketchchair.ragdoll

Examples of cc.sketchchair.ragdoll.ergoDoll


    if (!SETTINGS.EXPERT_MODE)
      UI.setupGUITabsBasic(GLOBAL.applet, GLOBAL.gui);

    GLOBAL.sketchChairs.killAll();
    GLOBAL.jBullet = new jBullet();
    GLOBAL.person = new ergoDoll(GLOBAL.jBullet.myWorld, new Vector3f(-80,
        -10, 0), 1f);
    this.physicsRewind(null);
    //GLOBAL.applet.setup(); 
    //GLOBAL.resetting = false;
    SETTINGS_SKETCH.plane_thickness = SETTINGS_SKETCH.plane_thickness_default;
View Full Code Here


            GLOBAL.shapePack.zoomView(notches / 10f,GLOBAL.uiTools.mouseX,GLOBAL.uiTools.mouseY);

      }}
    });

    GLOBAL.person = new ergoDoll(GLOBAL.jBullet.myWorld, new Vector3f(-80,
        -10, 0), 1f);
   
   
    //GLOBAL.person.translate(-90, -10, 0);
    //GLOBAL.person.scale(60f);
View Full Code Here

TOP

Related Classes of cc.sketchchair.ragdoll.ergoDoll

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.