Blender  V3.3
Public Attributes | List of all members
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 107 of file realize_instances.cc.

Member Data Documentation

◆ attribute_fallbacks

AttributeFallbacksArray blender::geometry::RealizeMeshTask::attribute_fallbacks

Definition at line 112 of file realize_instances.cc.

◆ id

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.

◆ mesh_info

const MeshRealizeInfo* blender::geometry::RealizeMeshTask::mesh_info

Definition at line 109 of file realize_instances.cc.

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

◆ start_indices

MeshElementStartIndices blender::geometry::RealizeMeshTask::start_indices

Definition at line 108 of file realize_instances.cc.

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

◆ transform

float4x4 blender::geometry::RealizeMeshTask::transform

Transformation that is applied to all positions.

Definition at line 111 of file realize_instances.cc.


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