net.minecraft.src
Class TransformGroupBone
java.lang.Object
net.minecraft.src.TransformGroup
net.minecraft.src.TransformGroupBone
public class TransformGroupBone
- extends TransformGroup
The PositionTransformGroup class adds a class which allows for vertex transformations.
- Author:
- GaryCXJk
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformGroupBone
public TransformGroupBone(Bone bone,
double wght)
getBaseAngles
public Angle3D getBaseAngles()
getTransformAngle
public Angle3D getTransformAngle()
getBaseVector
public net.minecraft.src.Vec3D getBaseVector()
getTransformVector
public net.minecraft.src.Vec3D getTransformVector()
getCurrentVector
public net.minecraft.src.Vec3D getCurrentVector()
getWeight
public double getWeight()
- Specified by:
getWeight
in class TransformGroup
attachBone
public void attachBone(Bone bone)
doTransformation
public net.minecraft.src.Vec3D doTransformation(PositionTransformVertex vertex)
- Specified by:
doTransformation
in class TransformGroup