mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-01 10:26:12 +03:00
- Graphic3d_CGraduatedTrihedron: moved to Graphic3d_GraduatedTrihedron, added Graphic3d_AxisAspect for axes parameters - OpenGl_GraduatedTrihedron: moved to primitive arrays, used Graphic3d_GraduatedTrihedron to store parameters - ViewerTest: corrected vgraduatedtrihedron, added new parameters - Graphic3d_ArrayOfPrimitives: added AddVertex (Graphic3d_Vec3) - Graphic3d_GraphicDriver::GraduatedTrihedronMinMaxValues corrected interface
24 lines
468 B
Plaintext
24 lines
468 B
Plaintext
puts "========"
|
|
puts "OCC25611"
|
|
puts "========"
|
|
puts ""
|
|
############################################################################
|
|
puts "Displaying \'zbufftrihedron\' interferes with \'vgraduatedtrihedron\'"
|
|
############################################################################
|
|
|
|
set anImage $imagedir/${casename}.png
|
|
|
|
vinit View1
|
|
psphere s 10
|
|
vdisplay s
|
|
vaxo
|
|
vfit
|
|
vsetdispmode s 1
|
|
vgraduatedtrihedron -on
|
|
vzbufftrihedron
|
|
|
|
vdump $anImage
|
|
vclear
|
|
vclose View1
|
|
|