Modifying a model and texture mid-game code

Posted by MicroPirate on Stack Overflow See other posts from Stack Overflow or by MicroPirate
Published on 2010-05-12T02:00:16Z Indexed on 2010/05/12 2:04 UTC
Read the original article Hit count: 308

Just have a question for anyone out there who knows some sort of game engine pretty well. What I am trying to implement is some sort of script or code that will allow me to make a custom game character and textures mid-game. A few examples would be along the lines of changing facial expressions and body part positions in the game SecondLife. I don't really need a particular language, feel free to use your favorite, I'm just really looking for an example on how to go about this.

Also I was wondering if there is anyway to combine textures for optimization; for example if i wanted to add a tattoo to a character midgame, is there any code that could combine his body texture and the tattoo texture into one texture to use (this way I can simply just render one texture per body.)

Any tips would be appreciated, sorry if the question is a wee bit to vauge.

© Stack Overflow or respective owner

Related posts about game-development

Related posts about modeling