Exemple #1
0
 public CompoundPrimitiveManager()
 {
     m_compoundShape = null;
 }
Exemple #2
0
 public CompoundPrimitiveManager(GImpactCompoundShape compoundShape)
 {
     m_compoundShape = compoundShape;
 }
Exemple #3
0
 public CompoundPrimitiveManager(CompoundPrimitiveManager compound)
 {
     m_compoundShape = compound.m_compoundShape;
 }
 public CompoundPrimitiveManager()
 {
     m_compoundShape = null;
 }
 public CompoundPrimitiveManager(GImpactCompoundShape compoundShape)
 {
     m_compoundShape = compoundShape;
 }
 public CompoundPrimitiveManager(CompoundPrimitiveManager compound)
 {
     m_compoundShape = compound.m_compoundShape;
 }