mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 18:12:53 +02:00
5 lines
No EOL
157 B
JavaScript
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; |