Bläddra i källkod

Merge pull request #1437 from JFonS/patch-3

Add disable shadows flag on material explanation
Max Hilbrunner 7 år sedan
förälder
incheckning
2060ee6ada
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5 0
      tutorials/3d/spatial_material.rst

+ 5 - 0
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)
 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.
 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
 Vertex Color
 ------------
 ------------