vrml2 / tnakgame

turn-based artillery game
MIT License
1 stars 0 forks source link

Background not working #1

Closed splace closed 5 years ago

splace commented 5 years ago

values of Sky angle not right

splace commented 5 years ago

sky angle has faulty decreasing angle, not sure what it was meant to be?

Background { 
  skyColor [ 
    0.96 1.00 1.00
    0.80 0.91 1.00
    0.67 0.76 0.85
    0.56 0.64 0.71
  ] 
#  skyColor [ 
#    0.56 0.64 0.71
#    0.56 0.64 0.71
#    0.56 0.64 0.71
#    0.56 0.64 0.71
#  ] 
  skyAngle [ 1.571 1.658 1.833 1.745 ] 
} 
dwblaikie commented 5 years ago

ah - it's meant to give a nice blue sky kind of feeling - so I imagine it should be a smooth/continuous gradient in one direction or the other, however the angles/color work. So maybe swapping the last two angles and leave it at that?

splace commented 5 years ago

fixed