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

            clone.sphericalExpansion = this.sphericalExpansion;
            return(clone);
        }
 protected override Multishape CreateWorkingClone()
 {
     TriangleMeshShape clone = new TriangleMeshShape(this.octree);
     clone.sphericalExpansion = this.sphericalExpansion;
     return clone;
 }