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