WIP: EEVEE-Next: Initial pass blender manual #104615
@ -46,11 +46,11 @@ Transparent shadows
|
||||
Render Method
|
||||
Controls the blending and the compatibility with certain features.
|
||||
|
||||
Dithered
|
||||
:Dithered:
|
||||
Allows for grayscale hashed transparency, and compatible with render passes and raytracing.
|
||||
Also know as deferred rendering.
|
||||
|
||||
Blended
|
||||
:Blended:
|
||||
Allows the colored transparency, but incompatible with render passes and raytracing. Also
|
||||
known as forward rendering.
|
||||
|
||||
@ -71,11 +71,11 @@ Volume
|
||||
Intersection
|
||||
Determines which inner part of the mesh will produce volumetric effect.
|
||||
|
||||
Fast
|
||||
:Fast:
|
||||
Each gace is considered as a medium interface. Gives correct results for manifold geometry
|
||||
that contains no inner part.
|
||||
|
||||
Accurate
|
||||
:Accurate:
|
||||
Faces are considered as medium interface only when they have different consecutive facing.
|
||||
Gives correct results as long as the max ray depth is not exceeded. Has significant memory
|
||||
overhead compared to the fast method.
|
||||
|
@ -11,19 +11,19 @@ Raytracing
|
||||
Method
|
||||
Select the tracing method used to find scene-ray intersecions
|
||||
|
||||
Screen-Trace
|
||||
:Screen-Trace:
|
||||
Raytrace against the depth buffer
|
||||
|
||||
None
|
||||
:None:
|
||||
No intersection with scene geometry
|
||||
|
||||
Settings
|
||||
Split the settings per ray type (Reflection/Refraction/Diffuse)
|
||||
|
||||
Unified
|
||||
:Unified:
|
||||
All the ray types use the same settings
|
||||
|
||||
Split
|
||||
:Split:
|
||||
Settings are individual to each ray type
|
||||
|
||||
Ray Type
|
||||
|
Loading…
Reference in New Issue
Block a user