mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 01:42:58 +02: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