[3d] some general improvement (#2714)

This commit is contained in:
Terry Jia
2025-02-24 14:57:36 -05:00
committed by GitHub
parent 1a9d6aca7d
commit 7f98342492
5 changed files with 17 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ export class SceneManager implements SceneManagerInterface {
this.getActiveCamera = getActiveCamera
this.getControls = getControls
this.gridHelper = new THREE.GridHelper(10, 10)
this.gridHelper = new THREE.GridHelper(20, 20)
this.gridHelper.position.set(0, 0, 0)
this.scene.add(this.gridHelper)