mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 00:13:44 +02:00
Camera should never be dynamic
This commit is contained in:
parent
502ce8f04f
commit
c115f2bd36
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
"damping": 0.95,
|
||||
"collidesWith": "static,dynamic,kinematic,",
|
||||
"collisionMask": 7,
|
||||
"dynamic": true,
|
||||
"dynamic": false,
|
||||
"modelURL": Script.resolvePath("spectator-camera.fbx"),
|
||||
"registrationPoint": {
|
||||
"x": 0.56,
|
||||
|
|
Loading…
Reference in a new issue