mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-12 12:14:53 +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',
|
type: 'Model',
|
||||||
shapeType: 'box',
|
shapeType: 'box',
|
||||||
position: spawnPosition,
|
position: spawnPosition,
|
||||||
rotation: spawnRotation,
|
rotation: Quat.fromPitchYawRollDegrees(spawnRotation.x,spawnRotation.y,spawnRotation.z),
|
||||||
modelURL: modelURL,
|
modelURL: modelURL,
|
||||||
dynamic: true,
|
dynamic: true,
|
||||||
gravity: {
|
gravity: {
|
||||||
|
|
Loading…
Reference in a new issue