public virtual void Read(PackFileDeserializer des, BinaryReaderEx br)
 {
     m_rotations = new hkpSetLocalRotationsConstraintAtom();
     m_rotations.Read(des, br);
     m_angLimit = new hkpAngLimitConstraintAtom();
     m_angLimit.Read(des, br);
     m_2dAng = new hkp2dAngConstraintAtom();
     m_2dAng.Read(des, br);
 }
Ejemplo n.º 2
0
 public virtual void Read(PackFileDeserializer des, BinaryReaderEx br)
 {
     m_transforms = new hkpSetLocalTransformsConstraintAtom();
     m_transforms.Read(des, br);
     m_setupStabilization = new hkpSetupStabilizationAtom();
     m_setupStabilization.Read(des, br);
     m_2dAng = new hkp2dAngConstraintAtom();
     m_2dAng.Read(des, br);
     m_ballSocket = new hkpBallSocketConstraintAtom();
     m_ballSocket.Read(des, br);
 }
Ejemplo n.º 3
0
 public virtual void Read(PackFileDeserializer des, BinaryReaderEx br)
 {
     m_suspensionBase = new hkpSetLocalTransformsConstraintAtom();
     m_suspensionBase.Read(des, br);
     m_lin0Limit = new hkpLinLimitConstraintAtom();
     m_lin0Limit.Read(des, br);
     m_lin0Soft = new hkpLinSoftConstraintAtom();
     m_lin0Soft.Read(des, br);
     m_lin1 = new hkpLinConstraintAtom();
     m_lin1.Read(des, br);
     m_lin2 = new hkpLinConstraintAtom();
     m_lin2.Read(des, br);
     m_steeringBase = new hkpSetLocalRotationsConstraintAtom();
     m_steeringBase.Read(des, br);
     m_2dAng = new hkp2dAngConstraintAtom();
     m_2dAng.Read(des, br);
 }