Open p-fernandez opened 7 years ago
Can you please provide a link to the XML spec? Currently I am not sure if such a loader exists.
I'll continue adding notes when I get an opportunity to look deeper :)
As far as I know it is version 0.4, but I am unable to find a specification document. I might be able to ask for it to the software developers that generate those xml files of the OpenGL models.
Thank you for the linked issue, though I don't find it completely helpful for my goal.
I am trying to import OpenGL 3D models into React Three Renderer to make a simple app that is able to do slight modifications on said models.
A typical OpenGL structure XML file for mesh would be like this:
Is there any react-three-renderer component that can be instantiated from a 4x4 matrix like the one provided by the OpenGL mesh? Or should I need to create manually all the vertices from said matrix? Thank you!