In this collada 1.4.1 file, there are multiple <triangles> described. Please correct me if I'm wrong, but the parser does not seem to handle it.
Multiple <triangles> involve vertex positions, normals but also multiple materials.
EDIT : I assume, using multiple <triangles> aims at having different materials/color for a mesh. So, maybe we could use some kind of vertex_color which would be a list of color for each vertex? It would permit to describe both materials.
https://github.com/Gepetto/example-robot-data/blob/master/robots/ur_description/meshes/ur3/visual/base.dae
In this collada 1.4.1 file, there are multiple
<triangles>described. Please correct me if I'm wrong, but the parser does not seem to handle it.Multiple
<triangles>involve vertex positions, normals but also multiple materials.EDIT : I assume, using multiple
<triangles>aims at having different materials/color for a mesh. So, maybe we could use some kind ofvertex_colorwhich would be a list of color for each vertex? It would permit to describe both materials.https://github.com/Gepetto/example-robot-data/blob/master/robots/ur_description/meshes/ur3/visual/base.dae