mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
OpenGl_Text now discards (redundant) translation part from camera orientation matrix. Text anchor point alignment to integer coordinates is now not performed for 3D-oriented text.
18 lines
428 B
Plaintext
18 lines
428 B
Plaintext
puts "=================================="
|
|
puts "0030850: Visualization, OpenGl_Text - text within trihedron persistence jitters when camera is far from origin"
|
|
puts "=================================="
|
|
|
|
pload MODELING VISUALIZATION
|
|
|
|
box b 0.001 0.001 0.001
|
|
vclear
|
|
vinit View1
|
|
vaxo
|
|
vdisplay -dispMode 1 b
|
|
vlocation b -setLocation 1000000 0 0
|
|
vfit
|
|
vzlayer DEFAULT -origin 1000000 0 0
|
|
vviewcube vc
|
|
|
|
vdump $imagedir/${casename}.png
|