0032121: Draw Harness, ViewerTest - implement -reset option for vlight command
[occt.git] / tests / opengl / data / general / light_off
index ccb4fe7..7c2134b 100644 (file)
@@ -1,5 +1,5 @@
 puts "========"
-puts "Test to verify the lights are turned off after 'vlight clear' (and scene is black)"
+puts "Test to verify the lights are turned off after 'vlight -clear' (and scene is black)"
 puts "========"
 
 pload MODELING VISUALIZATION
@@ -15,7 +15,7 @@ vsetdispmode 1
 vdisplay b
 vfit
 
-vlight clear
+vlight -clear
 
 set color [vreadpixel 100 100 rgb]
 set black "0 0 0"