#include <ModelsCache.h>
Public Attributes | |
mrpt::img::TColor | modelColor = mrpt::img::TColor::white() |
std::string | modelCull = "NONE" |
float | splitSize = .0f |
Definition at line 21 of file ModelsCache.h.
mrpt::img::TColor mvsim::ModelsCache::Options::modelColor = mrpt::img::TColor::white() |
Definition at line 23 of file ModelsCache.h.
std::string mvsim::ModelsCache::Options::modelCull = "NONE" |
Definition at line 24 of file ModelsCache.h.
float mvsim::ModelsCache::Options::splitSize = .0f |
See mrpt::opengl::CAssimpModel::split_triangles_rendering_bbox(). Default (0)=disabled. Any other value, split the model into voxels of this size to help sorting triangles by depth so semitransparent meshes are rendered correctly.
Definition at line 30 of file ModelsCache.h.