xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Multimesh's getBoundingBox() undefined #58

Closed uykusuz closed 10 years ago

uykusuz commented 10 years ago

The multimesh should have a method getBoundingBox() like the other scene graph elements.

lachsen commented 10 years ago

The method getBoundingBox() is defined in the newest version with the <model> element, however there was a bug so it didn't work. I fixed that now.