From dee43ea6501a51a7a2353d04d6376931a3278a33 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 10 Feb 2022 00:25:46 +0100 Subject: Document occlusion culling classes and settings --- doc/classes/ArrayOccluder3D.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes/ArrayOccluder3D.xml') diff --git a/doc/classes/ArrayOccluder3D.xml b/doc/classes/ArrayOccluder3D.xml index 993393cf50..cb682a7e62 100644 --- a/doc/classes/ArrayOccluder3D.xml +++ b/doc/classes/ArrayOccluder3D.xml @@ -1,8 +1,11 @@ + 3D polygon shape for use with occlusion culling in [OccluderInstance3D]. + [ArrayOccluder3D] stores an arbitrary 3D polygon shape that can be used by the engine's occlusion culling system. This is analogous to [ArrayMesh], but for occluders. + See [OccluderInstance3D]'s documentation for instructions on setting up occlusion culling. -- cgit v1.2.3