Reader small image

You're reading from  Learning Game AI Programming with Lua

Product typeBook
Published inNov 2014
Reading LevelBeginner
PublisherPackt
ISBN-139781783281336
Edition1st Edition
Languages
Right arrow
Author (1)
David Young
David Young
Right arrow

Soldier poses


Typically, animation clips are authored based on a set number of poses that an agent can be in. For example, our melee animations are only authored to be blended together with our soldier's standing idle aim pose.

Poses are very important when we lay out which animations our agent has at its disposal at any given time. Otherwise, we'll need to transition our agent into another pose first before playing our desired animation.

Our soldier model has five basic poses we need to be aware of: his standing idle aim pose, his running aim pose, his running pose, his crouch aim pose, and lastly, his crouch walk pose.

Almost all of the soldiers animations can be played quickly from the standing idle pose as the pose has no deviations in the movement during the playback.

The standing idle aim pose

In contrast, playing animations from the run pose will require some compensation for the animations' movement and possible foot positions.

The standing forward run aim pose

The standing forward run...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning Game AI Programming with Lua
Published in: Nov 2014Publisher: PacktISBN-13: 9781783281336

Author (1)