mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Add ResolutionRatio() method in the Graphic3d_RenderingParams. Add SetResolutionRatio() method in the OpenGl_Context.
22 lines
289 B
Plaintext
22 lines
289 B
Plaintext
puts "============"
|
|
puts "OCC26790 apply view resolution to the line width"
|
|
puts "============"
|
|
puts ""
|
|
pload VISUALIZATION
|
|
|
|
vclear
|
|
vclose all
|
|
|
|
vinit View1
|
|
|
|
box b0 1 2 3
|
|
|
|
vdisplay b0
|
|
vfit
|
|
|
|
vdump $imagedir/${casename}_1.png
|
|
|
|
vrenderparams -resolution 144
|
|
|
|
vdump $imagedir/${casename}_2.png
|