diff options
Diffstat (limited to 'scene/3d/voxelizer.h')
-rw-r--r-- | scene/3d/voxelizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/voxelizer.h b/scene/3d/voxelizer.h index 37de6b782e..5016ff029f 100644 --- a/scene/3d/voxelizer.h +++ b/scene/3d/voxelizer.h @@ -135,6 +135,7 @@ public: PoolVector<uint8_t> get_giprobe_octree_cells() const; PoolVector<uint8_t> get_giprobe_data_cells() const; PoolVector<int> get_giprobe_level_cell_count() const; + PoolVector<uint8_t> get_sdf_3d_image() const; Ref<MultiMesh> create_debug_multimesh(); |