Creating models in-game?

The place for artists, modellers, level designers et al to discuss their approaches for creating content for OGRE.
Post Reply
kelicant
Gnoblar
Posts: 7
Joined: Sat Dec 31, 2011 1:30 am

Creating models in-game?

Post by kelicant »

What I want to do is create a way to create the model in game according to specific parameters. I want to have 2 characters with unique models to be able to breed and create another model with intermediate features. But to do that I have to make sure the model is based off of the parameters. I've outlined the basic structure in this image but I don't know how to make it a reality. How would I go about making this work? (not ogre specific although it is what I'm working in)
Image
jonim8or
Goblin
Posts: 287
Joined: Mon Dec 08, 2008 4:49 pm
x 10

Re: Creating models in-game?

Post by jonim8or »

If you would have every limb (the part that is meant for one single bone) as a separate mesh, you could generate the new skeleton, and then to each bone apply the appropriate mesh. However then you will not be able to blend between meshes, just scale them to the bone size.
Maybe you could use a taper matrix to adjust the mesh size to the metaballs sizes.
kelicant
Gnoblar
Posts: 7
Joined: Sat Dec 31, 2011 1:30 am

Re: Creating models in-game?

Post by kelicant »

I'm leaning towards that as my method, but I don't know how to generate the skeleton and apply the bones. I haven't seen this technique used anywhere so I have nothing to go off of. Could you point me in the right direction? I know how to do it in theory but not how to actually make it.

Thanks
User avatar
metaldev
Orc Shaman
Posts: 761
Joined: Thu Mar 17, 2005 11:56 pm
Location: Boston
x 15
Contact:

Re: Creating models in-game?

Post by metaldev »

it seems like they do something similar in Spore, maybe analyzing how they do the custom creatures there will help you?
Post Reply