Page 1 of 1

Model App

Posted: Mon Jun 25, 2007 7:10 pm
by DarkShallFall
Could some one make an app that renders front, back sides of a model then have little boxes show up representing the markers on the model then make it so you can move the boxes. so you have an easyer way to move markers.

Posted: Mon Jun 25, 2007 7:47 pm
by JacksonCougAr
This would be so Orsm! oh - DeToX -

Posted: Tue Jun 26, 2007 5:47 am
by xzodia
i've been asking for an app like this for ages...

Posted: Tue Jun 26, 2007 6:23 am
by -DeToX-
If you want XZodia, you can start one and I'll help you whenever you need it, because im really busy with my own work now.

Posted: Tue Jun 26, 2007 8:06 am
by xzodia
i wouldnt know where to start...well thats not quite true...i would start by making a 3D view of the model but i dont know how to do that :P

Posted: Tue Jun 26, 2007 9:14 am
by -DeToX-
xzodia wrote:i wouldnt know where to start...well thats not quite true...i would start by making a 3D view of the model but i dont know how to do that :P
You don't even need a 3D renderer for a 2D viewer. They just want side views.

Meaning each viewer either uses X Y or Z as their X and Y co-ordinates.

View 1 X=X, Y=Y
View 2 X=Y, Y=Z

etc.

After drawing the points graphically, you can draw lines connecting them. Then just draw a square over each bone area. Make it so you can select a listbox item to determine which you would like to edit, the clicking a view, and clicking up down left right could move it. Etc.

Posted: Tue Jun 26, 2007 9:33 am
by xzodia
the main problem with that is you wont be able to see the model so it kinda loses its point

but also bones dont have a standard size so without a model render...

Posted: Tue Jun 26, 2007 9:39 am
by -DeToX-
xzodia wrote:the main problem with that is you wont be able to see the model so it kinda loses its point

but also bones dont have a standard size so without a model render...
Yes You render it 2D. Kind of what like milkshape does on its side views.

Posted: Tue Jun 26, 2007 9:51 am
by xzodia
i dont know how to do that >_>

Posted: Tue Jun 26, 2007 10:11 am
by plushiefire
xzodia wrote:i dont know how to do that >_>
look thru dark matter source.

Posted: Tue Jun 26, 2007 10:34 am
by JacksonCougAr
this makes me want to learn to code again >_>... okay... -DeToX- will you be my reference if I try to make this? I don't know much about anything; also I'll look through sources...

Posted: Tue Jun 26, 2007 11:45 am
by xzodia
ive started work on the markers, so far ive setup a control for editing them now i just need to get some sort of viewer

Posted: Tue Jun 26, 2007 2:39 pm
by JacksonCougAr
woot xzodia got us covered. Now to start re-learning programming.