update butterflies url to production

This commit is contained in:
James B. Pollack 2016-04-26 13:26:34 -07:00
parent 4431d869e7
commit db00df8020

View file

@ -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));
}