Cast3dImport::MorphTrack Class Reference

class MorphTrack, morph data container. More...

#include <morphtrack.h>

List of all members.

Public Types

enum  Method { PROPORTIONAL, RELATIVE }
 Enumeration of possible morph interpolation method types. More...

Public Member Functions

void setMethod (Method m)
 Sets interpolation method.
void addTargetGroup (const TargetGroup &tg)
 Adds target group to animation sequence.

Classes

class  MorphTarget
 class MorphTarget, morph target data container. More...
class  TargetGroup
 class TargetGroup, morph data container corresponds to a single frame in animation sequence. More...


Detailed Description

class MorphTrack, morph data container.

Member Enumeration Documentation

enum Cast3dImport::MorphTrack::Method

Enumeration of possible morph interpolation method types.

Enumerator:
PROPORTIONAL  coordinates calculation method, v_new = (1-weight)*v_orig + (v1 * weight1) + (v2 * weight2) + ...
RELATIVE  coordinates calculation method, v_new = v_orig + (v1 * weight1) + (v2 * weight2) + ...


Member Function Documentation

void Cast3dImport::MorphTrack::setMethod ( Method  m  )  [inline]

Sets interpolation method.

Parameters:
m method,
See also:
Method.

void Cast3dImport::MorphTrack::addTargetGroup ( const TargetGroup tg  )  [inline]

Adds target group to animation sequence.

Parameters:
tg group,
See also:
TargetGroup.


The documentation for this class was generated from the following file:
Generated at Thu Oct 9 09:50:24 2008 for the Cast3D by doxygen 1.5.4.