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

Public Attributes

int start_index
const PointCloudRealizeInfopointcloud_info
float4x4 transform
AttributeFallbacksArray attribute_fallbacks
uint32_t id = 0

Detailed Description

Definition at line 78 of file realize_instances.cc.

Member Data Documentation

◆ attribute_fallbacks

AttributeFallbacksArray blender::geometry::RealizePointCloudTask::attribute_fallbacks

◆ id

uint32_t blender::geometry::RealizePointCloudTask::id = 0

Only used when the output contains an output attribute.

Definition at line 87 of file realize_instances.cc.

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

◆ pointcloud_info

const PointCloudRealizeInfo* blender::geometry::RealizePointCloudTask::pointcloud_info

◆ start_index

int blender::geometry::RealizePointCloudTask::start_index

Starting index in the final realized point cloud.

Definition at line 80 of file realize_instances.cc.

Referenced by blender::geometry::execute_realize_pointcloud_task(), and blender::geometry::get_final_points_num().

◆ transform

float4x4 blender::geometry::RealizePointCloudTask::transform

Transformation that is applied to all positions.

Definition at line 84 of file realize_instances.cc.

Referenced by blender::geometry::execute_realize_pointcloud_task(), and blender::geometry::execute_realize_pointcloud_tasks().


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