Abstract class problem?

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
RyanPridgeon
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 447
Joined: Sun Sep 21, 2008 1:34 pm
Current Project: "Triangle"
Favorite Gaming Platforms: PC
Programming Language of Choice: C/C++
Location: UK
Contact:

Re: Abstract class problem?

Post by RyanPridgeon »

ibly31 wrote:I have animated with blenser before and exported it, and like in an MD2 file you can call different animations with irrlicht, how do you apply the ragdoll physics once your character dies? Can you accees the armatures that you created inside the 3D modelling program?
to use just an MD2 file would not work in this case because MD2 does not support bones and rigging by itself. What you need is a format (or several) that you can use to attach the mesh to the bones so that your program can control the bones.
Ryan Pridgeon
C, C++, C#, Java, ActionScript 3, HaXe, PHP, VB.Net, Pascal
Music | Blog
Post Reply