mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 17:48:09 +02:00
Update doll.js
This commit is contained in:
parent
a3f8c52aa3
commit
b787e71587
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue