better preview on pivot, with axes

This commit is contained in:
STEINNI
2025-10-22 16:27:39 +00:00
parent dbd9e83a25
commit 006bed2ad5
3 changed files with 56 additions and 22 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export class kfArena{
this.basePlane.position.y=-0.01 // to avoid artefacts on objets bases
this.scene.add(this.basePlane)
this.axes = new THREE.AxesHelper(this.sceneSize.x/2, this.sceneSize.y/2)
this.axes = new THREE.AxesHelper(this.sceneSize.x/2)
this.axes.layers.set(2)
this.scene.add(this.axes)