1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/v3d/bugs/bug23253
kgv 0d828ac838 0032208: Tests - refactor visualization tests to cover several graphic drivers
Removed testgrids 'bugs/vis' and '3rdparty'; tests have been redistributed across other grids.
Moved testgrid 'v3d/ivtk' into dedicated 'vtk/ivtk'.

Added testgrid 'vselect' dedicated to 3D viewer picking/selection functionality
and filled with tests from 'v3d/vertex', 'v3d/face' and similar groups.

Added testgrid 'opengl' dedicated to OpenGL driver low-level functionality (GLSL programs and similar)
and filled with tests from 'v3d/glsl', 'v3d/raytrace', '3rdparty/fonts', 'bugs/vis' (portion) and similar.

Added testgrid 'opengles3' dedicated to OpenGL ES 3.0 driver low-level functionality
and reusing tests from 'opengl' testgrid.
Subgroup 'opengles3/raytrace' is disabled on Windows, as Ray-Tracing currently requires OpenGL ES 3.2.
while ANGLE library implements only OpenGL ES 3.0.

Added testgrid 'opengles2' dedicated to OpenGL ES 2.0 driver low-level functionality
and reusing a limited subset of passing tests from 'opengl' testgrid.
Currently testgrid is activated only on Windows platform when using ANGLE library
(properietary OpenGL ES drivers do not allow creation of restricted 2.0 context).

Test cases have been cleaned out to put bug description into log,
to properly load necessary plugins and to explicitly dump viewer.
2021-03-25 19:14:33 +03:00

104 lines
1.1 KiB
Plaintext

puts "============"
puts "OCC23253: Additional viewer 3d draw-commands vleft, vfront, ..."
puts "============"
puts ""
pload MODELING VISUALIZATION
box b 10 20 30
ptorus t 50 10
vinit
vsetdispmode 1
vdisplay b
vdisplay t
vfit
set status 0
#####
vaxo
#####
set x1 120
set y1 260
checkcolor $x1 $y1 0.91 0.64 0.11
set x2 120
set y2 260
checkcolor $x2 $y2 0.91 0.64 0.11
#####
vtop
#####
set x1 125
set y1 135
checkcolor $x1 $y1 1 1 0.92
set x2 220
set y2 200
checkcolor $x2 $y2 1 1 0.94
#####
vback
#####
set x1 120
set y1 230
checkcolor $x1 $y1 0.92 0.66 0.11
set x2 190
set y2 170
checkcolor $x2 $y2 1 1 0.94
#####
vfront
#####
set x1 120
set y1 230
checkcolor $x1 $y1 0.93 0.66 0.11
set x2 220
set y2 170
checkcolor $x2 $y2 1 1 0.94
#####
vright
#####
set x1 120
set y1 230
checkcolor $x1 $y1 0.92 0.66 0.11
set x2 240
set y2 170
checkcolor $x2 $y2 1 1 0.94
#####
vleft
#####
set x1 120
set y1 230
checkcolor $x1 $y1 0.93 0.66 0.11
set x2 170
set y2 170
checkcolor $x2 $y2 1 1 0.94
#####
vbottom
#####
set x1 90
set y1 300
checkcolor $x1 $y1 0.81 0.58 0.09
set x2 220
set y2 250
checkcolor $x2 $y2 1 1 0.94
vdump $imagedir/${casename}.png