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

            this.CombineChildShape(/*childShape, */ newChild, localPos, localRot, delayInertiaRecalc);
        }
Exemplo n.º 2
0
        internal void LinkPrimAsChildSync(/*PhysicsShape childShape, */BasicPrim newChild, OpenMetaverse.Vector3 localPos, OpenMetaverse.Quaternion localRot, 
            bool delayInertiaRecalc)
        {
            newChild.ChangeToChild(this, localPos, localRot);

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