overte/scripts/developer/tests/hazeTestInitialPose.js
2017-10-12 17:03:33 -07:00

5 lines
No EOL
157 B
JavaScript

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;