Package org.openmali.vecmath

Examples of org.openmali.vecmath.Vector3f


    controller.setStopOperation( StopOperation.DESTROY_AND_EXIT );
    controller.setMaxFPS( graphicsConfiguration.getMaxFps() );
    controller.getInputManager().registerKeyboardAndMouse( canvas3D );
   
    addPerspectiveBranch( createScene() );
    getView().lookAt( new Vector3f( 0f, 0f, 1f ), new Vector3f( 0f, 0f, 0f ), new Vector3f( 0f, 1f, 0f ) );
  }
View Full Code Here

TOP

Related Classes of org.openmali.vecmath.Vector3f

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.