|
@@ -1,5 +1,5 @@
|
|
import * as THREE from "three";
|
|
import * as THREE from "three";
|
|
-import HorizontalBox from "./horizontalBox";
|
|
|
|
|
|
+import HorizontalBox from "./HorizontalBox";
|
|
import VerticalBox from "./VerticalBox";
|
|
import VerticalBox from "./VerticalBox";
|
|
export default class BoxManager {
|
|
export default class BoxManager {
|
|
constructor(scene) {
|
|
constructor(scene) {
|