Odd problem with lighting...

I have this code (it makes an earth and a moon that rotates around it):
</font><blockquote><font size=“1” face=“Verdana, Arial”>code:</font><hr /><pre style=“font-size:x-small; font-family: monospace;”>// found this function on the internet, not taking credit for it
int CreateSphere(XYZ c, double r, int n)
{
int i, j;
double theta1, theta2, theta3;
XYZ e, p;
if (r < 0)
r = -r;
if (n < 0)
n = -n;
if (n < 4

It just cut off the rest of my post and I can’t find the edit button!
Arrghh!

You posted as an unregistered user, so you can’t edit the post. Just post the rest of it.

baltor, where’s the rest of the code? you’re not just going to leave us hangin! :-/

does anyone know exactly which tokens it chokes on? im thinking angle brackets and boolean and/or, but not sure. :confused: