![](smile.gif)
please read
Hey I write a post earlier called Great Idea For An App (that was not read) well I have made a small app that creates the code for shapes... so far it can only create a square that has any length but must be a square... I will change it so It can be that you can insert a length and width... and so on... I didn''t think it would work but it does.. with a few calculations! Soon it should be pretty handy... when it generate the code I''ll have it write it to a text file aswell..
Alan
Would any of yous find a small tool like this useful
IF YA SMELL... WHAT THE BEZZ IS COOKIN''''
![](smile.gif)
it creates the bit that draws the object
glBegin(GL_QUADS);
glColor3f(........);
glVertex3f(.......);
glVertex3f(.......);
glVertex3f(.......);
glVertex3f(.......);
glEnd();
that bit the shape.... hopefully when its finished it will create the whole 3D shape for quads and triangles which for some that are not so good at maths have trouble with..
Alan
IF YA SMELL... WHAT THE BEZZ IS COOKIN''
glBegin(GL_QUADS);
glColor3f(........);
glVertex3f(.......);
glVertex3f(.......);
glVertex3f(.......);
glVertex3f(.......);
glEnd();
that bit the shape.... hopefully when its finished it will create the whole 3D shape for quads and triangles which for some that are not so good at maths have trouble with..
Alan
![](smile.gif)
IF YA SMELL... WHAT THE BEZZ IS COOKIN''
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement