34 Material *material =
reinterpret_cast<Material *
>(GetObject<Material>({
"material"},
nullptr, &found));
39 geometry->
SetObject(
"material",
reinterpret_cast<Data *
>(material));
51 Data *
color =
reinterpret_cast<Data *
>(GetObject<Data>({
"color"},
nullptr, &found));
GeometricModel(Geometry *_geometry)
void SetMaterial(Material *material)
RTWDataType GetDataType() const
virtual void SetObject(const std::string &id, Object *object)