|
Blender V4.3
|
Public Attributes | |
| const PointCloud * | pointcloud = nullptr |
| Array< std::optional< GVArraySpan > > | attributes |
| Span< float3 > | positions |
| VArray< float > | radii |
| Span< int > | stored_ids |
Definition at line 66 of file realize_instances.cc.
| Array<std::optional<GVArraySpan> > blender::geometry::PointCloudRealizeInfo::attributes |
Matches the order stored in AllPointCloudsInfo.attributes.
Definition at line 69 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_task(), and blender::geometry::preprocess_pointclouds().
| const PointCloud* blender::geometry::PointCloudRealizeInfo::pointcloud = nullptr |
Definition at line 67 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_task(), blender::geometry::execute_realize_pointcloud_tasks(), and blender::geometry::preprocess_pointclouds().
Id attribute on the point cloud. If there are no ids, this #Span is empty.
Definition at line 71 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_task(), and blender::geometry::preprocess_pointclouds().
Definition at line 72 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_task(), and blender::geometry::preprocess_pointclouds().
Definition at line 73 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_pointcloud_task(), and blender::geometry::preprocess_pointclouds().