mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 21:17:36 +02:00
update butterflies url to production
This commit is contained in:
parent
4431d869e7
commit
db00df8020
1 changed files with 2 additions and 2 deletions
|
@ -86,13 +86,13 @@ function addButterfly() {
|
||||||
dimensions: dimensions,
|
dimensions: dimensions,
|
||||||
color: color,
|
color: color,
|
||||||
animation: {
|
animation: {
|
||||||
url: "http://hifi-content.s3.amazonaws.com/james/butterfly/butterfly.fbx",
|
url: "http://hifi-production.s3.amazonaws.com/tutorials/butterflies/butterfly.fbx",
|
||||||
fps: newFrameRate,
|
fps: newFrameRate,
|
||||||
loop: true,
|
loop: true,
|
||||||
running: true,
|
running: true,
|
||||||
startAutomatically:false
|
startAutomatically:false
|
||||||
},
|
},
|
||||||
modelURL: "http://hifi-content.s3.amazonaws.com/james/butterfly/butterfly.fbx"
|
modelURL: "http://hifi-production.s3.amazonaws.com/tutorials/butterflies/butterfly.fbx"
|
||||||
};
|
};
|
||||||
butterflies.push(Entities.addEntity(properties));
|
butterflies.push(Entities.addEntity(properties));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue