xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.14k stars 264 forks source link

xeogl load prompts the error #189

Closed yoyomule closed 7 years ago

yoyomule commented 7 years ago
Description of the problem

I through the FME tool to revit file into gltf, but now through the xeogl load prompts the error in the picture. In addition, I put the conversion of the documents also passed up for evaluation. Thanks.

fmetogltf.zip qq 20170727162514

xeolabs commented 7 years ago

I just rewrote GLTFModel to support glTF 2 - maybe this fixes things for you. Note that GLTFModel is now no longer part of the xeogl core, and must be loaded as a separate script, like in this example: https://github.com/xeolabs/xeogl/blob/master/examples/importing_gltf_2CylinderEngine.html

So maybe convert or re-export your model as v2.0, and if you still get problems we can reopen this ticket.