Private data for the ColladaExporter class. More...
#include <ColladaExporterPrivate.hh>
Public Attributes | |
bool | exportTextures |
True to export texture images to '../materials/textures' folder. More... | |
std::string | filename |
File name. More... | |
unsigned int | materialCount |
Material count. More... | |
const Mesh * | mesh |
Gazebo mesh. More... | |
std::string | path |
File path. More... | |
unsigned int | subMeshCount |
SubMesh count. More... | |
Private data for the ColladaExporter class.
bool gazebo::common::ColladaExporterPrivate::exportTextures |
True to export texture images to '../materials/textures' folder.
std::string gazebo::common::ColladaExporterPrivate::filename |
File name.
unsigned int gazebo::common::ColladaExporterPrivate::materialCount |
Material count.
const Mesh* gazebo::common::ColladaExporterPrivate::mesh |
Gazebo mesh.
std::string gazebo::common::ColladaExporterPrivate::path |
File path.
unsigned int gazebo::common::ColladaExporterPrivate::subMeshCount |
SubMesh count.