0028107: Visualization - provide a flexible interface to set custom hatch styles
[occt.git] / tests / bugs / vis / bug27629
CommitLineData
04be5003 1puts "========"
2puts "OCC27629"
3puts "========"
4puts ""
5##############################################################################################################################
6puts "Visualization - apply a correct model-world matrix to normals in fixed function pipeline with enabled zoom persistence."
7##############################################################################################################################
8
9vinit
10box b0 25 25 25
11vsetdispmode 1
12vdisplay b0 -trsfPers zoom
13vzoom 10
14
15if { [vreadpixel 220 200 name] != "DARKGOLDENROD3 1"} {
16 puts "Error: normals aren't normalized!"
17}
18
19checkview -screenshot -3d -path ${imagedir}/${test_image}.png