-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Features | ||
- Principled Shader | ||
- [Practical and Controllable Subsurface Scattering for Production Path Tracing](https://disneyanimation.com/publications/practical-and-controllable-subsurface-scattering-for-production-path-tracing/) | ||
- [Path Traced Subsurface Scattering using Anisotropic Phase Functions and Non-Exponential Free Flights](https://graphics.pixar.com/library/PathTracedSubsurface/) | ||
|
||
- Volume Rendering | ||
- Homogeneous | ||
- Heterogeneous | ||
- Delta Tracking, Ratio Tracing | ||
- OpenVDB, NanoVDB | ||
- Lighting | ||
- [Importance Sampling of Many Lights with Adaptive Tree Splitting](https://fpsunflower.github.io/ckulla/data/many-lights-hpg2018.pdf) | ||
- [An Area-Preserving Parametrization for Spherical Rectangles](https://blogs.autodesk.com/media-and-entertainment/wp-content/uploads/sites/162/egsr2013_spherical_rectangle.pdf) | ||
- [Stratified Sampling of Spherical Triangles](https://www.graphics.cornell.edu/pubs/1995/Arv95c.pdf) | ||
- [Portal-Masked Environment Map Sampling](https://benedikt-bitterli.me/PMEMS.pdf) |