CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.68k stars 303 forks source link

Remove winding order sanitization for triangles #236

Closed lilleyse closed 2 years ago

lilleyse commented 4 years ago

Fixes https://github.com/CesiumGS/obj2gltf/issues/235

Removes winding order sanitization for triangles. Usually it's safe to trust that triangles are already using the correct winding order. The real question is how much messy data is going through obj2gltf and should sanitization be provided at least as an option?