public virtual void Read(PackFileDeserializer des, BinaryReaderEx br) { m_rotations = new hkpSetLocalRotationsConstraintAtom(); m_rotations.Read(des, br); m_ang = new hkpAngConstraintAtom(); m_ang.Read(des, br); }
public virtual void Read(PackFileDeserializer des, BinaryReaderEx br) { m_rotations = new hkpSetLocalRotationsConstraintAtom(); m_rotations.Read(des, br); m_twistLimit = new hkpTwistLimitConstraintAtom(); m_twistLimit.Read(des, br); m_coneLimit = new hkpConeLimitConstraintAtom(); m_coneLimit.Read(des, br); m_planesLimit = new hkpConeLimitConstraintAtom(); m_planesLimit.Read(des, br); }
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); }