![]() |
NDEVR
API Documentation
|
Cached properties of a parent Model for a rendered geometry instance. More...
Public Member Functions | |
| ModelProperties (const Model &model) | |
| Constructs model properties from a Model object. | |
Public Attributes | |
| bool | is_visible = false |
| Whether the parent model is visible. | |
| UUID | model_id = Constant<UUID>::Invalid |
| UUID of the parent model. | |
| uint01 | parity = 0U |
| Parity flag for culling direction. | |
| Time | updated_time = Constant<Time>::Invalid |
| Last time these properties were updated. | |
Cached properties of a parent Model for a rendered geometry instance.
Definition at line 95 of file VulkanRenderObject.h.
|
inline |
Constructs model properties from a Model object.
| [in] | model | The model to extract properties from. |
Definition at line 99 of file VulkanRenderObject.h.
References is_visible, Model::isVisible(), and model_id.