You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
g
sectionsGiven 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?
The text was updated successfully, but these errors were encountered: