1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0031370: Documentation - provide information about PBR implementation

PBR documentation (math) has been added as developer guide.
This commit is contained in:
iko
2020-02-21 13:24:28 +03:00
committed by bugmaster
parent d22962e4e0
commit 4e8371cb1f
4 changed files with 783 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ The following documents provide information on OCCT building, development and te
* @subpage occt_dev_guides__tests "Automatic Testing system"
* @subpage occt_dev_guides__debug "Debugging tools and hints"
The following documents provide information on OCCT algorithms background:
* @subpage occt_dev_guides__pbr_math "Physically-based Rendering math (PBR for rasterization)"
The following guide provides information relevant to upgrading applications developed with previous versions of OCCT, to recent one:
* @subpage occt_dev_guides__upgrade "Upgrade from previous OCCT versions"