Converted object

I have converted a model into a .c file! Can you tell me how to display it into my opengl window???

You’ve been asking about model loading for a couple weeks now, and we keep pointing you to the same tutorials. Are you not thoroughly reading them?

How have you converted the object to a .C file?
Is the object stored as a variable?
Is the data for the object stored as vertex point array?

Originally posted by SeeDAreW:
I have converted a model into a .c file! Can you tell me how to display it into my opengl window???

With a converter called crossroads.
yes.
yes.

Originally posted by nexusone:
[b]How have you converted the object to a .C file?
Is the object stored as a variable?
Is the data for the object stored as vertex point array?

[/b]

i have used crossroads…usually in the file it creates is instructions on accessing the data dont forget to include the file in your project.

[This message has been edited by chxfryer (edited 03-21-2002).]