1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
kgv 06d40093b7 0032121: Draw Harness, ViewerTest - implement -reset option for vlight command
vlight command has been revised to provide more friendly syntax.
Command now accepts light index or name as first argument.
Added arguments -enable/-disable for managing enabled state.
Added argument -reset to reset light parameters to default values.

V3d_Viewer::SetDefaultLights() now sets names "headlight" and "ambient" to created lights.
Graphic3d_TypeOfLightSource enumeration values have been renamed to avoid shortcuts.
Draw::Atof(), applied corrections to avoid explicit new/delete calls.
2021-07-12 20:50:25 +03:00

27 lines
710 B
Plaintext

puts "========"
puts "Per-fragment lighting using built-in GLSL program, two directional light sources."
puts "Visual comparison with the reference snapshot should be performed for this test case."
puts "========"
pload MODELING VISUALIZATION
# setup viewer
vclear
vclose ALL
vinit View1
vcaps -ffp 0
vrenderparams -shadingModel phong
vlight -clear
vlight amblight -type AMBIENT -color WHITE
vlight dirlight1 -type DIRECTIONAL -dir 1 0 0 -color GREEN -headlight 1
vlight dirlight2 -type DIRECTIONAL -dir -1 0 0 -color RED1 -headlight 1
# display shape
restore [locate_data_file occ/fuse.brep] f
vaxo
vdisplay f -dispmode 1
vfit
vrotate -0.5 0.0 0.0
vfit
vdump ${imagedir}/${casename}.png