Examples of rotateLocalPitch()


Examples of com.flansmod.common.RotatedAxes.rotateLocalPitch()

    Vector3f armOrigin = left ?  mechaType.leftArmOrigin : mechaType.rightArmOrigin;
   
    a.rotateGlobalYaw(axes.getYaw());
    armOrigin = a.findLocalVectorGlobally(armOrigin);
   
    a.rotateLocalPitch(-seats[0].looking.getPitch());
    gunVector = a.findLocalVectorGlobally(gunVector);
    armVector = a.findLocalVectorGlobally(armVector);
   
    Vector3f bulletOrigin = Vector3f.add(armOrigin, gunVector, null);
   
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.