mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
puts "============"
|
|
puts "Visualization - Path Tracing, Ball sample"
|
|
puts "============"
|
|
puts ""
|
|
|
|
source $env(CSF_OCCTSamplesPath)/tcl/pathtrace_ball.tcl
|
|
|
|
vtexture ball 21 -scale 0.1 0.1
|
|
vsetmaterial ball plaster
|
|
vbsdf ball -fresnel Constant 0.0
|
|
|
|
vfps 100
|
|
vdump $imagedir/${casename}_zoom.png
|