- Cal3D 0.11 API Reference -

Public Member Functions
CalCoreMorphAnimation Class Reference

List of all members.

Public Member Functions

bool addMorphTarget (int coreMeshID, int morphTargetID)
 Adds a core mesh ID and a morph target ID of that core mesh.
std::vector< int > & getVectorCoreMeshID ()
 Returns the core mesh ID list.
std::vector< int > & getVectorMorphTargetID ()
 Returns the morph target ID list.

Member Function Documentation

bool CalCoreMorphAnimation::addMorphTarget ( int  coreMeshID,
int  morphTargetID 
)

Adds a core mesh ID and a morph target ID of that core mesh.

Parameters:
coreMeshIDA core mesh ID that should be added.
morphTargetIDA morph target ID that should be added.
Returns:
One of the following values:
  • true if successful
  • false if an error happend

Returns the core mesh ID list.

This function returns the list that contains all core mesh IDs of the core morph animation instance.

Returns:
A reference to the core mesh ID list.

Returns the morph target ID list.

This function returns the list that contains all morph target IDs of the core morph animation instance.

Returns:
A reference to the morph target ID list.

The documentation for this class was generated from the following files:

Generated at Tue Sep 22 2015 20:46:45 by The Cal3D Team with Doxygen 1.7.6.1