Exemplo n.º 1
0
        protected override Multishape CreateWorkingClone()
        {
            TriangleMeshShape clone = new TriangleMeshShape(this.octree);

            clone.sphericalExpansion = this.sphericalExpansion;
            return(clone);
        }
Exemplo n.º 2
0
 protected override Multishape CreateWorkingClone()
 {
     TriangleMeshShape clone = new TriangleMeshShape(this.octree);
     clone.sphericalExpansion = this.sphericalExpansion;
     return clone;
 }