mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08:00
* Multiple importance sampling for path tracing
* Improved light sources sampling (better handling several light sources)
* Fixed issues in light source intersection (light distance is taken into account)
* Add new TCL sample - OCCT Ball model for demonstrating physically-based materials
* Fix potential issue on NVIDIA GPUs ("Error: Failed to upload light source buffer")
* Path tracing materials reviewed; directional light source was smoother by default
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
puts "============"
|
|
puts "Visualization - Path Tracing, Ball sample"
|
|
puts "============"
|
|
puts ""
|
|
|
|
source $env(CSF_OCCTSamplesPath)/tcl/pathtrace_ball.tcl
|
|
vdump $imagedir/${casename}_zoom.png
|