|
Blender V4.3
|
#include <BKE_pointcloud.hh>
Public Member Functions | |
| MEM_CXX_CLASS_ALLOC_FUNCS ("PointCloudRuntime") | |
Public Attributes | |
| SharedCache< Bounds< float3 > > | bounds_cache |
| std::unique_ptr< bake::BakeMaterialsList > | bake_materials |
Definition at line 35 of file BKE_pointcloud.hh.
| blender::bke::PointCloudRuntime::MEM_CXX_CLASS_ALLOC_FUNCS | ( | "PointCloudRuntime" | ) |
| std::unique_ptr<bake::BakeMaterialsList> blender::bke::PointCloudRuntime::bake_materials |
Stores weak references to material data blocks.
Definition at line 44 of file BKE_pointcloud.hh.
|
mutable |
A cache of bounds shared between data-blocks with unchanged positions and radii. When data changes affect the bounds, the cache is "un-shared" with other geometries. See #SharedCache comments.
Definition at line 41 of file BKE_pointcloud.hh.