WIP: EEVEE-Next: Initial pass blender manual #104615

Closed
Jeroen Bakker wants to merge 5 commits from Jeroen-Bakker/blender-manual:eevee-next/first-iteration into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
2 changed files with 8 additions and 8 deletions
Showing only changes of commit 6ab3e4498c - Show all commits

View File

@ -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.

View File

@ -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