mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
catcher
This commit is contained in:
parent
e7f5ddf67a
commit
44fe56698e
1 changed files with 7 additions and 7 deletions
|
@ -2,16 +2,16 @@
|
|||
var _this;
|
||||
|
||||
var LIVING_ROOM_POSITION = {
|
||||
"x": 1101.7781982421875,
|
||||
"y": 460.5820007324219,
|
||||
"z": -77.89060974121094
|
||||
"x": 1102.35,
|
||||
"y": 460.122,
|
||||
"z": -78.924
|
||||
}
|
||||
|
||||
var ROTATION = {
|
||||
"x": -0.04497870057821274,
|
||||
"y": -0.4520675241947174,
|
||||
"z": -0.02283225581049919,
|
||||
"w": 0.890556275844574
|
||||
"x": 0,
|
||||
"y": -0.447182,
|
||||
"z": 0,
|
||||
"w": 0.894443
|
||||
}
|
||||
|
||||
var AvatarCatcher = function() {
|
||||
|
|
Loading…
Reference in a new issue