Struct ScenePartSpec#
Defined in File ScenePartSpec.h
Struct Documentation#
-
struct ScenePartSpec#
Info to create and initialize a ScenePart.
Public Members
-
std::string name = "unnamed"#
name of the part
-
VarStaticGeometry geometry = defaultGeometry()#
geometry of the part
-
VarMaterial material = defaultMaterial()#
material of the part
-
Karana::Scene::layer_t layers = LAYER_PHYSICAL#
bitmask for which layers the part belongs to
-
std::string name = "unnamed"#