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.
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
puts "========"
|
|
puts "Ray Tracing - check depth-of-field"
|
|
puts "========"
|
|
|
|
source $env(CSF_OCCTSamplesPath)/tcl/pathtrace_cube.tcl
|
|
|
|
vrenderparams -ray -gi -rayDepth 10 -iss
|
|
vrenderparams -aperture 0.1 -focal 2.0
|