mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-15 20:17:41 +08:00
Division by 'w' component has been added in texture coordinates calculations in PBR functions.
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
source $env(CSF_OCCTSamplesPath)/tcl/dimensions.tcl
|
|
vcaps -ffp 0
|
|
vrenderparams -shadingModel pbr
|
|
vlight -clear
|
|
vlight -add ambient -intensity 1
|
|
vlight -add directional -dir 0 0 -1 -head 1 -intensity 1
|
|
vdump $imagedir/${test_image}.png
|
|
|
|
puts "TEST COMPLETED"
|