Package javax.vecmath

Examples of javax.vecmath.Matrix4f.rotX()


        mulMatrix(mat);
        glTranslatef(0.0f, 0.0f, -halfHeight);
        break;
      case 1:
        //glRotatef(-90.0f, 1.0f, 0.0f, 0.0f);
        mat.rotX((float)Math.PI * -0.5f);
        mulMatrix(mat);
        glTranslatef(0.0f, 0.0f, -halfHeight);
        break;
      case 2:
        glTranslatef(0.0f, 0.0f, -halfHeight);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.