mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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,
|
||||
color: color,
|
||||
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,
|
||||
loop: true,
|
||||
running: true,
|
||||
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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue