[Plib-devel] MSVC
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2000-09-09 11:44:28
|
I fixed a very small MSVC-compile-problem in ssgAux: If you have a default value for a parameter in the declaration and the definition, then MSVC says, this is an erroneous redefinition. I simply removed the default parameter in the definition and checked that it compiles under both Windo$ and Linux. BTW, fgfs had this problem also. I also added a MSVC-project file for ssgAux and compiled and tested PPE, which uses ssgAux. Steve, I didnt have time to look at the code :-( and dont know whether this is a PPE or PLIB question: Do you know from the top of your head whether you calculate the normals of a squished sphere like it is a perfect sphere or like the ellipsoid it is? If you do a very very squished "sphere", actually almost just a disc, the lighting looks a bit strange. Thank you for ssgAux, these are not only new features but can be used to learn how to do primitives with TriStrips/TriFans. Bye bye, Wolfram Kuss. |