[Plib-users] OK so I'm an idiot
Brought to you by:
sjbaker
From: Scott L. <va...@be...> - 2000-04-13 02:00:38
|
found my problem (I really hate how this always seems to happen >AFTER< I send email about it), but to make a long story short, I was using an integer variable to rotate my viewpoint and dividing it by 8 or so. This meant that the program would blithely do an integer divide and then cast the result into floating point in the midst of an sgSetCoord call. Ay Carumba... Scott |