@@ -537,6 +537,8 @@ This controls how much light from the lit side (visible to light) is transferred
537
537
to the dark side (opposite from the light). This works well for thin objects
538
538
such as plant leaves, grass, human ears, etc.
539
539
540
+ .. image :: img/spatial_material22.png
541
+
540
542
Refraction
541
543
----------
542
544
@@ -741,14 +743,35 @@ Point Size
741
743
742
744
When drawing points, specify the point size in pixels.
743
745
744
- Transmission
745
- ~~~~~~~~~~~~
746
+ Use Particle Trails
747
+ ~~~~~~~~~~~~~~~~~~~
746
748
747
- This controls how much light from the lit side (visible to light) is transferred
748
- to the dark side (opposite from the light). This works well for thin objects
749
- such as plant leaves, grass, human ears, etc.
749
+ If true, enables parts of the shader required for GPUParticles3D trails to function.
750
+ This also requires using a mesh with appropriate skinning, such as RibbonTrailMesh
751
+ or TubeTrailMesh. Enabling this feature outside of materials used in GPUParticles3D
752
+ meshes will break material rendering.
750
753
751
- .. image :: img/spatial_material22.png
754
+ Use Z Clip Scale
755
+ ~~~~~~~~~~~~~~~~
756
+
757
+ Scales the object being rendered towards the camera to avoid clipping into things
758
+ like walls. This is intended to be used for objects that are fixed with respect to
759
+ the camera like player arms, tools, etc. Lighting and shadows will continue to work
760
+ correctly when this setting is adjusted, but screen-space effects like SSAO and SSR
761
+ may break with lower scales. Therefore, try to keep this setting as close to 1.0 as
762
+ possible.
763
+
764
+ Use FOV Override
765
+ ~~~~~~~~~~~~~~~~
766
+
767
+ Overrides the ``Camera3D ``'s field of view angle (in degrees).
768
+
769
+ .. note ::
770
+
771
+ This behaves as if the field of view is set on a ``Camera3D `` with
772
+ ``Camera3D.keep_aspect `` set to ``Camera3D.KEEP_HEIGHT ``. Additionally, it may not
773
+ look correct on a non-perspective camera where the field of view setting is
774
+ ignored.
752
775
753
776
Proximity and Distance Fade
754
777
---------------------------
0 commit comments