Update doll.js

This commit is contained in:
James B. Pollack 2015-12-01 13:06:30 -08:00
parent a3f8c52aa3
commit b787e71587

View file

@ -64,7 +64,7 @@
Entities.editEntity(this.entityID, { Entities.editEntity(this.entityID, {
animation: { animation: {
// Providing actual model fbx for animation used to work, now contorts doll into a weird ball // Providing actual model fbx for animation used to work, now contorts doll into a weird ball
// See bug: // See bug: https://app.asana.com/0/26225263936266/70097355490098
// url: "http://hifi-public.s3.amazonaws.com/models/Bboys/bboy2/bboy2.fbx", // url: "http://hifi-public.s3.amazonaws.com/models/Bboys/bboy2/bboy2.fbx",
running: false, running: false,
} }
@ -80,4 +80,4 @@
}; };
// entity scripts always need to return a newly constructed object of our type // entity scripts always need to return a newly constructed object of our type
return new Doll(); return new Doll();
}); });