mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
Added new elliptical gradient fill method and updated vbackground command. Renamed enum values of Aspect_GradientFillMethod and defined aliases for old ones. Changed draw mode in OpenGl_BackgroundArray from triangle-strip to GL_TRIANGLES.
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
puts "============"
|
|
puts "0031039: Visualization - add elliptical gradient background style"
|
|
puts "============"
|
|
puts ""
|
|
|
|
pload VISUALIZATION
|
|
vinit View1
|
|
|
|
vbackground -gradient WHITE BLACK -gradientMode ELLIPTICAL
|
|
vdump $imagedir/${casename}.png
|