|
@@ -79,7 +79,6 @@ class BoxHelper extends LineSegments {
|
|
|
|
|
|
this.geometry.computeBoundingSphere();
|
|
|
|
|
|
-
|
|
|
}
|
|
|
|
|
|
setFromObject( object ) {
|
|
@@ -101,6 +100,13 @@ class BoxHelper extends LineSegments {
|
|
|
|
|
|
}
|
|
|
|
|
|
+ dispose() {
|
|
|
+
|
|
|
+ this.geometry.dispose();
|
|
|
+ this.material.dispose();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|