mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
doll rotation
This commit is contained in:
parent
5fef23ae34
commit
f099f927e1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
type: 'Model',
|
||||
shapeType: 'box',
|
||||
position: spawnPosition,
|
||||
rotation: spawnRotation,
|
||||
rotation: Quat.fromPitchYawRollDegrees(spawnRotation.x,spawnRotation.y,spawnRotation.z),
|
||||
modelURL: modelURL,
|
||||
dynamic: true,
|
||||
gravity: {
|
||||
|
|
Loading…
Reference in a new issue