omni360 / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
0 stars 0 forks source link

hext.sharedModel.modelManager.js breaks animation #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I experienced a problem with animations not playing.  It took 6+ hours to 
troubleshoot.  Finally I figured out that it was caused by including 
hext.sharedModel.modelManager.js.  The file over-writes o3djs.scene.loadScene.  
The new version for some reason breaks animation playback.  

I think we need to develop a suite of unit tests that can be run to prevent 
such things.

Original issue reported on code.google.com by raj...@gmail.com on 9 May 2011 at 2:45

GoogleCodeExporter commented 9 years ago
Can you give more detail on how you set up your scene? Did you use iframes 
(which is what the shared model was originally meant for)?

Original comment by khang.du...@gmail.com on 9 May 2011 at 5:16

GoogleCodeExporter commented 9 years ago
Found the issue. Options weren't correctly passed on to the deserialization 
process, which is how animation configuration gets passed during model load. 
Will push the change soon.

Original comment by khang.du...@gmail.com on 9 May 2011 at 7:29

GoogleCodeExporter commented 9 years ago
Latest commit fixes the issue. The opt_options parameter passed to loadScene 
didn't correctly get passed through to the deserializer, which is where the 
animation options are located.

Original comment by khang.du...@gmail.com on 9 May 2011 at 7:46

GoogleCodeExporter commented 9 years ago
Marking verified to denote this issue was part of 1.3.1 release.

Original comment by erik.kit...@gmail.com on 13 May 2011 at 5:34