mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
13 lines
385 B
Plaintext
13 lines
385 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
|
|
if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
|
|
|
|
source $env(CSF_OCCTSamplesPath)/tcl/materials.tcl
|
|
vrenderparams -raytrace -msaa 0
|