hellow. dear...
i understand that example "hellow world" of irrlicht.
i see the way to change texture.
but i donn't know how i change character's(*.md2/*.x) clothes(clothes have different ploygon mesh & texture)
please, tell me the way to slove, examples codes or address.
thanks you for reading this message.(^^)(__)(^^)
i want to change character's(*.md2/*.x) clothes
what?
u should be more specific with ur question but i guess u mean how to attach a (cloth)mesh to ur player mesh, right?
just set the player mesh as the parent when loading the clothes....simple...and in case u r using .x u can even attach the mesh to a bone of ur choice and when the position doesn't just adjust it by trail and error...i don't know another way.
u should be more specific with ur question but i guess u mean how to attach a (cloth)mesh to ur player mesh, right?
just set the player mesh as the parent when loading the clothes....simple...and in case u r using .x u can even attach the mesh to a bone of ur choice and when the position doesn't just adjust it by trail and error...i don't know another way.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
-
angel michael
the file cannot downloaded.
i clicked download button.
but. new window has opened, and already broken.
(--;)
but. new window has opened, and already broken.
(--;)
what is broken? the download link for crazyBombing? can't be i just checked it....anyways was it what u ment?
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
-
Guest
-
angel michael
i donn't know fucntion name
thnaks.
i understood tutorial.
i want to know the name of function and class name( irrlicht engine),
if i try to changing clothes, which function i use ?which class?
i donn't know fucntion name & class name. that is all i want
i understood tutorial.
i want to know the name of function and class name( irrlicht engine),
if i try to changing clothes, which function i use ?which class?
i donn't know fucntion name & class name. that is all i want
-
angel michael
THNKS TO SUDI
I apology,^^ fail download was my computer's mistake.
i sucess.
i see the earth has rotate,how to play?, that's only i see, i cannot keep moving next stage.
i sucess.
i see the earth has rotate,how to play?, that's only i see, i cannot keep moving next stage.
Ok... I think I have this one figured out.
To "change the cloths" you would need to do one of the following.
A) Open the mesh in a 3D editor (like milkshape or blender) and modify the mesh
B) Create a new mesh with full animations and attach it to the node
C) Code a function that will go through every point on the mesh while it is loaded and move the points accordingly (This is way more than you would need.)
There is no "setClothing('shirt')" function in Irrlicht.
To "change the cloths" you would need to do one of the following.
A) Open the mesh in a 3D editor (like milkshape or blender) and modify the mesh
B) Create a new mesh with full animations and attach it to the node
C) Code a function that will go through every point on the mesh while it is loaded and move the points accordingly (This is way more than you would need.)
There is no "setClothing('shirt')" function in Irrlicht.
Crud, how do I do this again?