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

Member Data Documentation

◆ attribute_fallbacks

AttributeFallbacksArray blender::geometry::RealizePointCloudTask::attribute_fallbacks

Definition at line 84 of file realize_instances.cc.

◆ id

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

Only used when the output contains an output attribute.

Definition at line 86 of file realize_instances.cc.

◆ pointcloud_info

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

Preprocessed information about the point cloud.

Definition at line 81 of file realize_instances.cc.

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

◆ start_index

int blender::geometry::RealizePointCloudTask::start_index

Starting index in the final realized point cloud.

Definition at line 79 of file realize_instances.cc.

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

◆ transform

float4x4 blender::geometry::RealizePointCloudTask::transform

Transformation that is applied to all positions.

Definition at line 83 of file realize_instances.cc.


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