Exemplo n.º 1
0
        internal void LinkPrimAsChildSync(PhysicsShape childShape, PhysxPrim newChild, OpenMetaverse.Vector3 localPos, OpenMetaverse.Quaternion localRot, 
            bool delayInertiaRecalc)
        {
            newChild.ChangeToChild(this, localPos, localRot);

            this.CombineChildShape(childShape, newChild, localPos, localRot, delayInertiaRecalc);
        }