|
Blender V4.3
|
Public Attributes | |
| int | start_index |
| const PointCloudRealizeInfo * | pointcloud_info |
| float4x4 | transform |
| AttributeFallbacksArray | attribute_fallbacks |
| uint32_t | id = 0 |
Definition at line 76 of file realize_instances.cc.
| AttributeFallbacksArray blender::geometry::RealizePointCloudTask::attribute_fallbacks |
Definition at line 83 of file realize_instances.cc.
| uint32_t blender::geometry::RealizePointCloudTask::id = 0 |
Only used when the output contains an output attribute.
Definition at line 85 of file realize_instances.cc.
| const PointCloudRealizeInfo* blender::geometry::RealizePointCloudTask::pointcloud_info |
Preprocessed information about the point cloud.
Definition at line 80 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_tasks().
| int blender::geometry::RealizePointCloudTask::start_index |
Starting index in the final realized point cloud.
Definition at line 78 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_tasks().
| float4x4 blender::geometry::RealizePointCloudTask::transform |
Transformation that is applied to all positions.
Definition at line 82 of file realize_instances.cc.