How to get bones from mesh for making RagDoll ???

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
KillerXX7
Posts: 22
Joined: Sat Oct 07, 2006 4:50 pm
Location: Russian Federation
Contact:

How to get bones from mesh for making RagDoll ???

Post by KillerXX7 »

Subject.

How to get from .X or .3DS models.
RagDoll will be maked in Newton.
Think Fast, Act Right... OR Be Dead :)
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

You can't do that with standard Irrlicht !!!
I made an extension for exactly doing that, have a look at my site... ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
KillerXX7
Posts: 22
Joined: Sat Oct 07, 2006 4:50 pm
Location: Russian Federation
Contact:

Post by KillerXX7 »

Is Acki's IrrExtensions supports Irrlicht 1.2 ?
Or can you share code for patch?
Think Fast, Act Right... OR Be Dead :)
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Of course it supports 1.2 !!! ;)

Sorry, but I have no single patches for my extensions (why should I because I have IrrExtensions ;) )...
But AFAIK there is a patch file out for the CustomBones extension for the "patcher" program, but I don't know where to get it...
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Luke
Admin
Posts: 449
Joined: Fri Jul 14, 2006 7:55 am
Location: Australia
Contact:

Post by Luke »

By the way, I've also got a patch to control bones in irrlicht
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

Luke wrote:By the way, I've also got a patch to control bones in irrlicht
Nice. Has this been applied to SVN do you know?
KillerXX7
Posts: 22
Joined: Sat Oct 07, 2006 4:50 pm
Location: Russian Federation
Contact:

Post by KillerXX7 »

Hm... IrrExtensions writting "Unknown Irrlicht version!!!" :(
Think Fast, Act Right... OR Be Dead :)
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

common problem, you didn't read the help, did you ??? ;)
Mostly it's because the Irrlicht include folder is not at the right place...
Copy the include folder into the source folder (source\Irrlicht)...

Oh, and I hope you don't use .NET, because this is not supported !!! :oops:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
KillerXX7
Posts: 22
Joined: Sat Oct 07, 2006 4:50 pm
Location: Russian Federation
Contact:

Post by KillerXX7 »

common problem, you didn't read the help, did you ???
Yes, I did :wink:

I'm don't using .NET.

Thanks! It's working now!!!
But I have one question about "2 Patches". What are they doing?
Think Fast, Act Right... OR Be Dead :)
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

It corrects 2 bugs...

1. in CImageWriterBMP.cpp
(bitmaps wasn't saved correctly)

2. in CIrrDeviceWin32.cpp
(problem with win32 windows and Irrlicht resolution)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
sgt_pinky
Posts: 149
Joined: Sat Oct 14, 2006 11:20 am
Location: Melbourne, Australia

Post by sgt_pinky »

sio2 wrote:Nice. Has this been applied to SVN do you know?
(15th Jan) This patch has not been applied to SVN.
Intellectuals solve problems - geniuses prevent them. -- Einstein
#irrlicht on irc.freenode.net
Luke
Admin
Posts: 449
Joined: Fri Jul 14, 2006 7:55 am
Location: Australia
Contact:

Post by Luke »

Nice. Has this been applied to SVN do you know?
I was talking to bitplane about it, I have to wait and see what happens.
Post Reply