Helper data structure for loading collada geometries. More...
#include <ColladaLoaderPrivate.hh>
Public Attributes | |
unsigned int | mappedIndex |
Index of a vertex in the Gazebo mesh. More... | |
unsigned int | normalIndex |
Index of a normal in the collada. More... | |
unsigned int | texcoordIndex |
Index of a texture coordinate in the collada. More... | |
unsigned int | vertexIndex |
Index of a vertex in the collada. More... | |
Helper data structure for loading collada geometries.
unsigned int gazebo::common::GeometryIndices::mappedIndex |
Index of a vertex in the Gazebo mesh.
unsigned int gazebo::common::GeometryIndices::normalIndex |
Index of a normal in the collada.
element
unsigned int gazebo::common::GeometryIndices::texcoordIndex |
Index of a texture coordinate in the collada.
element
unsigned int gazebo::common::GeometryIndices::vertexIndex |
Index of a vertex in the collada.
element