|
Blender V4.3
|
Public Attributes | |
| MeshElementStartIndices | start_indices |
| const MeshRealizeInfo * | mesh_info |
| float4x4 | transform |
| AttributeFallbacksArray | attribute_fallbacks |
| uint32_t | id = 0 |
Definition at line 113 of file realize_instances.cc.
| AttributeFallbacksArray blender::geometry::RealizeMeshTask::attribute_fallbacks |
Definition at line 118 of file realize_instances.cc.
| uint32_t blender::geometry::RealizeMeshTask::id = 0 |
Only used when the output contains an output attribute.
Definition at line 120 of file realize_instances.cc.
| const MeshRealizeInfo* blender::geometry::RealizeMeshTask::mesh_info |
Definition at line 115 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks().
| MeshElementStartIndices blender::geometry::RealizeMeshTask::start_indices |
Definition at line 114 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks().
| float4x4 blender::geometry::RealizeMeshTask::transform |
Transformation that is applied to all positions.
Definition at line 117 of file realize_instances.cc.