MrBlue
03-09-2001, 04:51 AM
I'm just learning OpenGl but I can't arrive to see what I try to do. I think it's a problem with the GlutLookAt but
I'm not sure.
This is my program :
glScalef(scale,scale,scale);
gluLookAt(0.8,0.8,0.8,0,0.6,0,1,0,0);
glBegin(GL_LINES);
glVertex3f(0.32780680060387, 0.66463083028793, 0.20269837975502);
glVertex3f(0.32780680060387, 0.66547948122025, 0.20269837975502);
glEnd();
Thanks to help me.
I'm not sure.
This is my program :
glScalef(scale,scale,scale);
gluLookAt(0.8,0.8,0.8,0,0.6,0,1,0,0);
glBegin(GL_LINES);
glVertex3f(0.32780680060387, 0.66463083028793, 0.20269837975502);
glVertex3f(0.32780680060387, 0.66547948122025, 0.20269837975502);
glEnd();
Thanks to help me.