From 0832ecc4a3778dc38755e83c13e3bce37a165127 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 7 Jun 2020 21:35:40 +0200 Subject: [PATCH] Document enlarging Particles visibility AABB when they cast shadows This closes https://github.com/godotengine/godot/issues/17267. --- doc/classes/Particles.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Particles.xml b/doc/classes/Particles.xml index e51edd1135a..c096e9374f0 100644 --- a/doc/classes/Particles.xml +++ b/doc/classes/Particles.xml @@ -103,6 +103,7 @@ The [AABB] that determines the area of the world part of which needs to be visible on screen for the particle system to be active. + [b]Note:[/b] If the [ParticlesMaterial] in use is configured to cast shadows, you may want to enlarge this AABB to ensure the shadow is updated when particles are off-screen.