예제 #1
0
        protected override Multishape CreateWorkingClone()
        {
            TriangleMeshShape clone = new TriangleMeshShape(this.octree);

            clone.sphericalExpansion = this.sphericalExpansion;
            return(clone);
        }
예제 #2
0
 protected override Multishape CreateWorkingClone()
 {
     TriangleMeshShape clone = new TriangleMeshShape(this.octree);
     clone.sphericalExpansion = this.sphericalExpansion;
     return clone;
 }