Преглед изворни кода

Remove references to Phong and Blinn specular

tetrapod00 пре 9 месеци
родитељ
комит
3813790990

BIN
tutorials/3d/img/spatial_material7.png


BIN
tutorials/3d/img/spatial_material7.webp


+ 1 - 4
tutorials/3d/standard_material_3d.rst

@@ -295,13 +295,10 @@ Specifies how the specular blob will be rendered. The specular blob
 represents the shape of a light source reflected in the object.
 
 * **SchlickGGX:** The most common blob used by PBR 3D engines nowadays.
-* **Blinn:** Common in previous-generation engines.
-  Not worth using nowadays, but left here for the sake of compatibility.
-* **Phong:** Same as above.
 * **Toon:** Creates a toon blob, which changes size depending on roughness.
 * **Disabled:** Sometimes the blob gets in the way. Begone!
 
-.. image:: img/spatial_material7.png
+.. image:: img/spatial_material7.webp
 
 Disable Ambient Light
 ~~~~~~~~~~~~~~~~~~~~~