Misterblue / convoar

Command line application for converting OpenSimulator OAR files into various other formats
Apache License 2.0
18 stars 6 forks source link

Output GLTF files not loadable by newer GLTF loaders #5

Closed Misterblue closed 2 years ago

Misterblue commented 2 years ago

Have reports that the output GLTF files won't load into BabylonJs or other GLTF loader libraries.

Misterblue commented 2 years ago

The GLTF files output are not compliant. One problem found was that some normals were generated at zeros (which are not allowed). Fix is to change code until output GLTF files can be validated as legal GLTF