mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Ray-Tracing now handles IBL and background cubemaps in similar way as PBR. Ambient light source is handled by Ray-Tracing in similar way as PBR, e.g. as coefficient for environment map (IBL) or as constant light source. Test script generating PBR spheres has been moved to Samples and now shared by PBR and Path-Tracing tests.
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
puts "========"
|
|
puts "Ray Tracing - check tone mapping"
|
|
puts "========"
|
|
|
|
source $env(CSF_OCCTSamplesPath)/tcl/pathtrace_cube.tcl
|
|
|
|
vrenderparams -ray -gi -rayDepth 10 -iss
|
|
|
|
vrenderparams -tonemapping filmic
|
|
vrenderparams -exposure -1.0
|
|
vrenderparams -whitepoint 7.0
|