Have just checked my code and found mistake in the maths http://www.opengl.org/discussion_boards/ubb/smile.gif
I also think I remember reading that the first position in an array is 0 not 1 so...
Type: Posts; User: PhilMag
Have just checked my code and found mistake in the maths http://www.opengl.org/discussion_boards/ubb/smile.gif
I also think I remember reading that the first position in an array is 0 not 1 so...
Thanks for that I have a white b/g now.
Unfortunately the program doesnt create the picture its supposed to. I think its because the random number part isn't doing what I want it to.
What does...
Hi,
I am trying to write a program to draw the Serpinski Gasket. The code compiles fine but then when I run the program all I get is an empty, see-through window (not a pretty fractal).
Why is...
Thanks for all being so helpful,
I'm finally up and running.
Cheers,
Phil
Thanks, you guys seem to know everything http://www.opengl.org/discussion_boards/ubb/smile.gif
I'm sorry to be such a newbie but every problem that gets sorted seems to create another one which i...
Thanks for all your help.
Adding #define WIN32_LEAN_AND_MEAN at the start of the program got rid of the error but caused a new one!
Now when I try and comile the program it gets a bit further (a...
I wonder if someone can help me....
I am trying to learn about OpenGL to prepare for my computer graphics course at uni next year. Today I dled the Borland C++ compiler for win98 and followed the...