Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Gaming > Development Programming Algorithms > Re: Representin...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 5 Topic 646 of 680
Post > Topic >>

Re: Representing/returning indicies to a model

by nathan@[EMAIL PROTECTED] (Nathan Mates) Sep 6, 2007 at 12:59 AM

In article <oYHDi.63$i92.52@[EMAIL PROTECTED]
>,
Jim Langston <tazmaster@[EMAIL PROTECTED]
> wrote:
>First question was orignally asked in comp.programming with no
>response.  Second question was orignally asked in comp.lang.c++ with
>no response.  I'm trying here, these questions, if you read them,
>are closely related.  If someone knows a better way to do what I
>want I'm willing to listen.

>I am working on a model animator, and currently I am working on
>identifying which triangles are in which body part.

   Your proposed solution is horribly complicated for a relatively
simple problem. You're getting hung up on "body part" and trying to
re-create the body's hierarchy in your tool. Don't do that. Insted,
learn this motto: "do the simplest thing that could possibly work."
By that, I mean this: each object can have two things: (1) its own
verts, (2) links to child object(s). That's it. DO NOT ADD TO THIS.

   With this, everything is an object, not some body part. Add in a
little recursion, and you can get whole trees of objects quite simply.
But, do *NOT* try and make a predefined hierarchy for the body parts.
Just make your editor sup****t the object & child object(s), and let
your *USERS* define the hierarchy. If you must ****p a human body, then
make one sample environment that has that.

Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/
 
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A.
Heinlein
 




 5 Posts in Topic:
Representing/returning indicies to a model
"Jim Langston"   2007-09-05 17:36:32 
Re: Representing/returning indicies to a model
nathan@[EMAIL PROTECTED]   2007-09-06 00:59:50 
Re: Representing/returning indicies to a model
"Jim Langston"   2007-09-05 19:32:02 
Re: Representing/returning indicies to a model
"Gernot Frisch"  2007-09-11 13:31:38 
Re: Representing/returning indicies to a model
"Jim Langston"   2007-09-11 09:31:18 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 26 2:07:09 CDT 2008.