mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:49:05 +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,
|
"damping": 0.95,
|
||||||
"collidesWith": "static,dynamic,kinematic,",
|
"collidesWith": "static,dynamic,kinematic,",
|
||||||
"collisionMask": 7,
|
"collisionMask": 7,
|
||||||
"dynamic": true,
|
"dynamic": false,
|
||||||
"modelURL": Script.resolvePath("spectator-camera.fbx"),
|
"modelURL": Script.resolvePath("spectator-camera.fbx"),
|
||||||
"registrationPoint": {
|
"registrationPoint": {
|
||||||
"x": 0.56,
|
"x": 0.56,
|
||||||
|
|
Loading…
Reference in a new issue