PDA

Click to See Complete Forum and Search --> : Creating a 3d modeler, questions.


FireSlash518
Dec 21st, 2001, 08:56 PM
yeah, i know. insane. but none the less...

im using a OGL controll for the perspective, but, what should i use for the top,left, and front views? i cant use the OGL controll again, since selecting verticies in it would be a pure *****. basically, i need somthing gridded that i can plot, select, manipulate, and draw lines between, vertices.

ideas?

Zaei
Dec 21st, 2001, 09:56 PM
Gonna have to make your own.

Z.

FireSlash518
Dec 21st, 2001, 09:58 PM
one word.

ouch

things get hairy(er) from here on...

Zaei
Dec 21st, 2001, 10:47 PM
You wont be making this in one day. It is a several month project, if you want it to be something that you can really use.

Z.

Jotaf98
Dec 23rd, 2001, 07:07 PM
Hum it wouldn't be that hard, for example to draw the top view you would just ignore the height coord and draw everything using the other 2 coords by connecting the vertices with lines (VB's Line function would do :p )