mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
The possible reason for removing incorrect 3rd party for new compilers (can be a DE part) Draco QT Updated local name and some other compiler real time properties (can be a DE part) Different drivers for used server's hardware ( not DE part )
11 lines
255 B
Plaintext
11 lines
255 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
|
|
vfps 200
|
|
vdump ${imagedir}/${casename}.png
|