mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 16:33:56 +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,
|
||||
angularDamping: 0,
|
||||
angularVelocity: {
|
||||
x: 0,
|
||||
y: 6,
|
||||
z: 0
|
||||
},
|
||||
angularVelocity: Quat.fromPitchYawRollDegrees(0,6,0),
|
||||
dynamic: false,
|
||||
userData: JSON.stringify({
|
||||
'hifiHomeKey': {
|
||||
|
@ -314,8 +310,8 @@
|
|||
},
|
||||
|
||||
createTransformingDais: function() {
|
||||
var DAIS_MODEL_URL = 'http://hifi-content.s3.amazonaws.com/DomainContent/Home/dressingRoom/Dressing-Dais.fbx';
|
||||
var COLLISION_HULL_URL = 'http://hifi-content.s3.amazonaws.com/DomainContent/Home/dressingRoom/Dressing-Dais.obj';
|
||||
var DAIS_MODEL_URL = 'atp:/dressingRoom/Dressing-Dais.fbx';
|
||||
var COLLISION_HULL_URL = 'atp:/dressingRoom/Dressing-Dais.obj';
|
||||
|
||||
var DAIS_DIMENSIONS = {
|
||||
x: 1.0654,
|
||||
|
@ -351,7 +347,7 @@
|
|||
createTransformers: function() {
|
||||
var firstDollPosition = {
|
||||
x: 1107.61,
|
||||
y: 460.5,
|
||||
y: 460.6,
|
||||
z: -77.34
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue