Blender
V3.3
|
Public Attributes | |
MeshElementStartIndices | start_indices |
const MeshRealizeInfo * | mesh_info |
float4x4 | transform |
AttributeFallbacksArray | attribute_fallbacks |
uint32_t | id = 0 |
Definition at line 107 of file realize_instances.cc.
AttributeFallbacksArray blender::geometry::RealizeMeshTask::attribute_fallbacks |
Definition at line 112 of file realize_instances.cc.
uint32_t blender::geometry::RealizeMeshTask::id = 0 |
Only used when the output contains an output attribute.
Definition at line 114 of file realize_instances.cc.
const MeshRealizeInfo* blender::geometry::RealizeMeshTask::mesh_info |
Definition at line 109 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks().
MeshElementStartIndices blender::geometry::RealizeMeshTask::start_indices |
Definition at line 108 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 111 of file realize_instances.cc.