mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-08 22:19:51 +02:00
reset atp
This commit is contained in:
parent
096bb4e340
commit
4a3650b309
1 changed files with 4 additions and 8 deletions
|
@ -291,11 +291,7 @@
|
||||||
},
|
},
|
||||||
collisionless: true,
|
collisionless: true,
|
||||||
angularDamping: 0,
|
angularDamping: 0,
|
||||||
angularVelocity: {
|
angularVelocity: Quat.fromPitchYawRollDegrees(0,6,0),
|
||||||
x: 0,
|
|
||||||
y: 6,
|
|
||||||
z: 0
|
|
||||||
},
|
|
||||||
dynamic: false,
|
dynamic: false,
|
||||||
userData: JSON.stringify({
|
userData: JSON.stringify({
|
||||||
'hifiHomeKey': {
|
'hifiHomeKey': {
|
||||||
|
@ -314,8 +310,8 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
createTransformingDais: function() {
|
createTransformingDais: function() {
|
||||||
var DAIS_MODEL_URL = 'http://hifi-content.s3.amazonaws.com/DomainContent/Home/dressingRoom/Dressing-Dais.fbx';
|
var DAIS_MODEL_URL = 'atp:/dressingRoom/Dressing-Dais.fbx';
|
||||||
var COLLISION_HULL_URL = 'http://hifi-content.s3.amazonaws.com/DomainContent/Home/dressingRoom/Dressing-Dais.obj';
|
var COLLISION_HULL_URL = 'atp:/dressingRoom/Dressing-Dais.obj';
|
||||||
|
|
||||||
var DAIS_DIMENSIONS = {
|
var DAIS_DIMENSIONS = {
|
||||||
x: 1.0654,
|
x: 1.0654,
|
||||||
|
@ -351,7 +347,7 @@
|
||||||
createTransformers: function() {
|
createTransformers: function() {
|
||||||
var firstDollPosition = {
|
var firstDollPosition = {
|
||||||
x: 1107.61,
|
x: 1107.61,
|
||||||
y: 460.5,
|
y: 460.6,
|
||||||
z: -77.34
|
z: -77.34
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue