mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
20 lines
377 B
Plaintext
20 lines
377 B
Plaintext
puts "============"
|
|
puts "Visualization - Path Tracing, Cube sample"
|
|
puts "============"
|
|
puts ""
|
|
|
|
source $env(CSF_OCCTSamplesPath)/tcl/pathtrace_cube.tcl
|
|
|
|
vaxo
|
|
vfit
|
|
vfps 100
|
|
|
|
# Dump image produced with one-sided BSDFs
|
|
vdump $imagedir/${casename}_onesided.png
|
|
|
|
vrenderparams -twoside
|
|
vfps 100
|
|
|
|
# Dump image produced with two-sided BSDFs
|
|
vdump $imagedir/${casename}_twosided.png
|