mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40: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 )
14 lines
297 B
Plaintext
14 lines
297 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 -coatFresnel Constant 0.0
|
|
|
|
vfps 100
|
|
vdump $imagedir/${casename}_zoom.png
|