mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
OpenGl_ShaderManager::stdComputeLighting() - handle single directional light specifically for compatibility with broken OpenGL ES drivers. Added test cases using built-in GLSL shading programs.
17 lines
395 B
Plaintext
17 lines
395 B
Plaintext
puts "========"
|
|
puts "Per-fragment lighting using built-in GLSL program, one directional light source."
|
|
puts "Visual comparison with the reference snapshot should be performed for this test case."
|
|
puts "========"
|
|
|
|
# setup viewer
|
|
vcaps -ffp 0
|
|
vrenderparams -shadingModel phong
|
|
|
|
# display shape
|
|
restore [locate_data_file occ/fuse.brep] f
|
|
vaxo
|
|
vdisplay f -dispmode 1
|
|
vfit
|
|
vrotate -0.5 0.0 0.0
|
|
vfit
|