better preview on pivot, with axes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user