1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
puts "================"
puts "OCC128"
puts "================"
###############################################################
## The shading is false: objects seem to be situated in front of the others while they are behind.
###############################################################
set x_coord 171
set y_coord 171
vinit
OCC128
vviewparams -scale 4.9487928 -proj 0.7329295 0.59461397 0.33052679 -up -0.536849 0.2071041 0.81786 -at 32.4556665273951 52.9347942181675 -5.1270029887922
checkcolor $x_coord $y_coord 0.43 0.48 0.54
set only_screen 1
|