Attachment

Advanced game related topics
xenopsyx
User
User
Posts: 10
Joined: Wed Mar 01, 2006 3:10 pm

Attachment

Post by xenopsyx »

Can purebasic engine3D attach mesh to mesh?
i.e, guns&hands, body&head, and so on...

I really want to know.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Not yet.
xenopsyx
User
User
Posts: 10
Joined: Wed Mar 01, 2006 3:10 pm

^^thankyou again

Post by xenopsyx »

thanks for your reply.
it is helpful to me.
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

Until Fred adds Joint functionality to the internal ODE engine, you could try KODE which is provided as a DLL.

The DEMO has some examples of what it seems you want to do!

See Car Physics thread!
Paid up PB User !
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

BTW, the KODE wrapper looks very like the standard ODE function, so you should be probably able to link the lib directly without needing this DLL.
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

Fred wrote:BTW, the KODE wrapper looks very like the standard ODE function, so you should be probably able to link the lib directly without needing this DLL.
Are you voulenteering Fred ? ;)

I paid for the wrapper as it's a small amount of money and I wanted the functionality now and couldn't wait for the next update, the editor is also useful to put together the physics :)

If someone can get the ODE library working without the wrapper I'd be the first to use it :D
Paid up PB User !
Post Reply