14 Jan
2007
14 Jan
'07
2:36 p.m.
Rich,
If you look at orbit2dlong() and orbit2dfloat(), they don't initialize the color variable. orbit3dlongcalc() and orbit3dfloatcalc() initialize color to 2. So I have followed the same method. I have added this change on the HEAD as well. If it should be something else, let me know.
Good catch! I believe the code relies on variables being initialized to 0 when no initialization value is supplied. Not always guaranteed to happen. Although, from looking at the images, I can't see how anyone would notice. 8-)) Jonathan