Hi, I recently published geom-parse-obj as we needed it for a project. I was a bit reluctant as this package (parse-obj) already exists although there are differences:
- geom-parse-obj takes a string as an argument
- it has support for multiple meshes in one file via
g sections
- it focuses only on vertex data and doesn't parse e.g. face normals, just indices
- it conforms to stack.gl/pex2 naming conventions and returns { positions, normals, uvs, cells }
Given stack.gl, regl and pex ecosystems i think it would be beneficial to have one module that combines the functionality. Is there interest in combining the two?
Hi, I recently published geom-parse-obj as we needed it for a project. I was a bit reluctant as this package (parse-obj) already exists although there are differences:
gsectionsGiven stack.gl, regl and pex ecosystems i think it would be beneficial to have one module that combines the functionality. Is there interest in combining the two?