Uses of Class
com.jme3.bullet.animation.RangeOfMotion
Packages that use RangeOfMotion
Package
Description
A dynamic animation control and some associated classes.
-
Uses of RangeOfMotion in com.jme3.bullet.animation
Methods in com.jme3.bullet.animation that return RangeOfMotionModifier and TypeMethodDescriptionDacConfiguration.getJointLimits(String boneName) Access the nominal range of motion for the joint connecting the named linked bone to its parent in the hierarchy.Methods in com.jme3.bullet.animation with parameters of type RangeOfMotionModifier and TypeMethodDescriptionvoidDacConfiguration.link(String boneName, float mass, RangeOfMotion rom) Link the named bone using the specified mass and range of motion.voidDacConfiguration.setJointLimits(String boneName, RangeOfMotion rom) Alter the range of motion of the joint connecting the named BoneLink to its parent in the link hierarchy.voidDacLinks.setJointLimits(String boneName, RangeOfMotion rom) Alter the range of motion of the joint connecting the named BoneLink to its parent in the link hierarchy.