Jump to content

Recommended Posts

Posted

I have my third person moving around correctly and now need to animate it.

 

How do you animate a character thats loaded in by code.?

 

I looked at some examples but cannot see where to put framebegin and frame end as in le2.

 

Can the animation manager be used with loaded characters ( I mean those not placed in the editor)

 

I don;t have a clue as yet

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

Posted

  • Make a class for that character.
  • Store the entity of the character inside the class
  • Save all its animations sequences into an array
  • Play animation sequence depending on the characters state: walking etc.

Posted

Thanks aggror. I am taking another look at your anim tutorial code. Seeing the actual code is a big help.

At the moment I only need the walking anim which starts at 1 and ends at frame 20.

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...