Skip to content

Commit

Permalink
Mention path tracing and Shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelis committed Apr 17, 2024
1 parent c425162 commit 818a2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In this particular case we used the `OSPRay raycaster`, which is a CPU-based ren

## Path tracing

A more advanced rendering method is Path tracing, which simulates more realistic lighting effects, such as light bouncing between surfaces reaching otherwise dark areas.
A more advanced rendering method is Path tracing, which simulates more realistic lighting effects, such as light bouncing between surfaces reaching otherwise dark areas. Shadowing is by definition a part of the lighting when using path tracing, so the `Shadows` checkbox is greyed out.

There's two path tracer modes in Paraview, the OSPray path tracer and the OptiX path tracer. The former (OSPray), is always available and is CPU-based, while the latter (OptiX) is GPU-based and only available if your system has an NVIDIA GPU. So the latter is to be preferred if you can enable it, as it will lead to less interaction slowdown. The resulting images will differ somewhat in lighting between these rendering modes, by the way.

Expand Down

0 comments on commit 818a2ea

Please sign in to comment.