This commit is contained in:
2025-03-21 11:57:18 +02:00
parent 14f97924d3
commit 43895ea0fc
7 changed files with 23 additions and 10 deletions
@@ -104,6 +104,8 @@ export default {
currentObject(n){
gameEngine.transformControls.attach(n.__o);
gameEngine.gizmo.target = n.__o.position;
//gameEngine.camera.lookAt(n.__o.position)
gameEngine.camera.updateProjectionMatrix()
},
renderType(v){
gameEngine.renderType = v;