KurtCob
10-25-2000, 06:16 AM
Hello guys!
I made a application that can load DXF files, and display it on the screen, but in a wrong way, lets imagine that I draw two lines in AutoCAD, like this /\, then I saved it, and load it with my application I have the lines in this way \/, like mirrored, I tried to load the file in AutoCAD again, and in some other applications, and I have the lines in the good way "/\", can someone explain me why ?
Thank you for the moment
Best regards
Kurt
PS.: I'm drawing the lines with :
glBegin(GL_LINES);
glVertex3f(...);
glVertex3f(...);
glEnd();
I made a application that can load DXF files, and display it on the screen, but in a wrong way, lets imagine that I draw two lines in AutoCAD, like this /\, then I saved it, and load it with my application I have the lines in this way \/, like mirrored, I tried to load the file in AutoCAD again, and in some other applications, and I have the lines in the good way "/\", can someone explain me why ?
Thank you for the moment
Best regards
Kurt
PS.: I'm drawing the lines with :
glBegin(GL_LINES);
glVertex3f(...);
glVertex3f(...);
glEnd();