From 2060ee6adaa02bd95b0f2de0a69de5e48c68cdf6 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Tue, 8 May 2018 18:57:18 +0200 Subject: [PATCH] Merge pull request #1437 from JFonS/patch-3 Add disable shadows flag on material explanation --- tutorials/3d/spatial_material.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutorials/3d/spatial_material.rst b/tutorials/3d/spatial_material.rst index f7c31bc93..e19f775e1 100644 --- a/tutorials/3d/spatial_material.rst +++ b/tutorials/3d/spatial_material.rst @@ -96,6 +96,11 @@ Fixed Size Makes the object rendered at the same size no matter the distance. This is, again, useful mostly for indicators (no depth test and high render priority) and some types of billboards. +Do Not Receive Shadows +~~~~~~~~~~~~~~~~~~~~~~ + +Makes the object not receive any kind of shadow that would otherwise be cast onto it. + Vertex Color ------------