overte-HifiExperiments/scripts/simplifiedUI/developer/tests/hazeTestInitialPose.js
2019-06-20 16:52:46 -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;