4#include <unordered_map>
5#include <unordered_set>
24using std::unordered_map;
25using std::unordered_set;
67 this->colorMulR = 1.0f;
68 this->colorMulG = 1.0f;
69 this->colorMulB = 1.0f;
70 this->colorAddR = 0.0f;
71 this->colorAddG = 0.0f;
72 this->colorAddB = 0.0f;
348 bool applyBase(
const string& name,
const string& description);
Representation of a 3d model.
#define STATIC_DLL_IMPEXT