mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +02:00
Added hazeTestInitialPose.js
This commit is contained in:
parent
e71df0fc08
commit
7eb9dade6a
1 changed files with 5 additions and 0 deletions
5
scripts/developer/tests/hazeTestInitialPose.js
Normal file
5
scripts/developer/tests/hazeTestInitialPose.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
var ORIGIN = {x: -68.7, y: 27.4, z: 487.7};
|
||||
var ROT_IDENT = {x: 0, y: 0.901, z: 0, w: 0.434};
|
||||
|
||||
MyAvatar.position = ORIGIN;
|
||||
MyAvatar.orientation = ROT_IDENT;
|
Loading…
Reference in a new issue