mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-16 05:04:11 +08: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
|