Пример #1
0
 public bhkMoppBvTreeShape()
 {
     shape        = null;
     shapeScale   = 1.0f;
     moppDataSize = (uint)0;
     scale        = 0.0f;
     buildType    = (MoppDataBuildType)0;
 }
Пример #2
0
/*! NIFLIB_HIDDEN function.  For internal use only. */
        internal override void FixLinks(Dictionary <uint, NiObject> objects, List <uint> link_stack, List <NiObject> missing_link_stack, NifInfo info)
        {
            base.FixLinks(objects, link_stack, missing_link_stack, info);
            shape = FixLink <bhkShape>(objects, link_stack, missing_link_stack, info);
        }
Пример #3
0
 public bhkTransformShape()
 {
     shape  = null;
     radius = 0.0f;
 }
Пример #4
0
 public bhkConvexSweepShape()
 {
     shape  = null;
     radius = 0.0f;
 }
Пример #5
0
 public bhkWorldObject()
 {
     shape          = null;
     unknownInt     = (uint)0;
     broadPhaseType = (BroadPhaseType)1;
 }