mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Added missing NULL checks before accessing GetInteractor(). Errors are now reported using Message::SendFail(). Not found actor names are now reported as syntax error instead of silently skipping them. ivtkinit now accepts aguments -srgb and -msaa for overriding defaults. Default MSAA settings have been changed from 8 to 0 to match vinit behavior. Added command ivtkclose closing a Vtk view. Added commands ivtkaxo, ivtkfront, ivtkback, ivtkleft, ivtkright, ivtktop and ivtkbottom assigning view projection similar to sonamed commands in ViewerTest. Added commands ivtksetcolor and ivtksettransparency assigning color properties to shaded presentation.
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
puts "============"
|
|
puts "bgcolor: Tests changing of background color in the IVtk view"
|
|
puts "============"
|
|
puts ""
|
|
|
|
ivtkinit
|
|
ivtkbgcolor 200 220 250
|
|
ivtkdump $imagedir/${casename}_1.png
|
|
|
|
ivtkbgcolor 10 30 80 255 255 255
|
|
ivtkdump $imagedir/${casename}_2.png
|