Advertisement

please read

Started by November 05, 2000 02:36 PM
1 comment, last by Bezzant 24 years, 3 months ago
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''''
I don''t quite understand. What sort of code does it produce?
Advertisement
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''

This topic is closed to new replies.

Advertisement