mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
- Moved tcl samples to resource folder. - Clean up cmake from samples related settings. - Removed CSharp samples from the repository. - Removed MFC samples from the repository. - Removed Qt samples from the repository. - Removed Inspector samples from the repository. - Removed glwin samples from the repository. - Removed webgl samples from the repository. - Removed xaml samples from the repository. - Removed Java samples from the repository.
15 lines
439 B
Plaintext
15 lines
439 B
Plaintext
puts "========="
|
|
puts "0024872: Support of emission color in Phong shader and ray-tracing"
|
|
puts "Test emission material within Ray-Tracing"
|
|
puts "========="
|
|
puts ""
|
|
|
|
# Ray-Tracing doesn't work with Compatible Profile on macOS
|
|
pload VISUALIZATION
|
|
pload OPENGL
|
|
if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
|
|
|
|
source $env(CSF_OCCTResourcePath)/samples/tcl/materials.tcl
|
|
vrenderparams -raytrace -msaa 0
|
|
vdump $imagedir/${casename}.png
|