Blender V5.0
blender::geometry::RealizeMeshTask Struct Reference

Public Attributes

MeshElementStartIndices start_indices
const MeshRealizeInfomesh_info
float4x4 transform
AttributeFallbacksArray attribute_fallbacks
uint32_t id = 0

Detailed Description

Definition at line 117 of file realize_instances.cc.

Member Data Documentation

◆ attribute_fallbacks

AttributeFallbacksArray blender::geometry::RealizeMeshTask::attribute_fallbacks

Definition at line 122 of file realize_instances.cc.

Referenced by blender::geometry::execute_realize_mesh_tasks().

◆ id

uint32_t blender::geometry::RealizeMeshTask::id = 0

Only used when the output contains an output attribute.

Definition at line 124 of file realize_instances.cc.

◆ mesh_info

◆ start_indices

MeshElementStartIndices blender::geometry::RealizeMeshTask::start_indices

◆ transform

float4x4 blender::geometry::RealizeMeshTask::transform

Transformation that is applied to all positions.

Definition at line 121 of file realize_instances.cc.

Referenced by blender::geometry::execute_realize_mesh_task(), and blender::geometry::execute_realize_mesh_tasks().


The documentation for this struct was generated from the following file: