The HBhvInterpolatorColor class controls color attribute changes.
More...
#include <HBhvInterpolator.h>
|
virtual HBhvInterpolator * | CreateInstance (HBhvAnimation *ainst) |
|
char * | GetColorComponent () |
|
char * | GetGeomType () |
|
const char * | GetType () |
|
| HBhvInterpolatorColor (HBhvAnimation *animation=0, const char *name=0) |
|
void | Insert (HPoint pos, int l=0) |
|
virtual void | Interpolate (int keyframe, float fraction) |
|
void | Replace (HPoint pos, int l) |
|
virtual void | Serialize (HUtilityXMLGenerator *xmlgen) |
|
void | SetColorComponent (const char *ColorComponent) |
|
void | SetGeomType (const char *geomtype) |
|
void | Append (HKeyframe *piece) |
|
void | Copy (int pos, int adpos, bool replace) |
|
void | Duplicate (int pos, bool replace, bool next) |
|
virtual void | Evaluate (int keyframe, float fraction, bool &hasPos, HPoint &pos, bool &hasQuat, HQuat &quat, bool &hasScale, HPoint &scale) |
|
HBhvAnimation * | GetAnimation () |
|
HKeyframe ** | GetArray () |
|
virtual int | GetArrayLength () |
|
virtual HKeyframe * | GetAt (int pos) |
|
const char * | GetName () |
|
void | GetRotationFromMatrix (HQuat &rotation) |
|
void | GetTranslationFromMatrix (HPoint &translation) |
|
| HBhvInterpolator (HBhvAnimation *animation=0, const char *name=0) |
|
void | Insert (HKeyframe *piece, int pos=0) |
|
void | Remove (int pos) |
|
void | Replace (HKeyframe *c, int pos) |
|
virtual void | Reset () |
|
void | SetAnimation (HBhvAnimation *animation) |
|
void | SetInstancedInterpolator (HBhvInterpolator *interpolator) |
|
|
static void * | XMLCallback (HUtilityXMLTag *xt, bool open, void *m_pExtraData) |
|
The HBhvInterpolatorColor class controls color attribute changes.
HBhvInterpolatorColor::HBhvInterpolatorColor |
( |
HBhvAnimation * |
animation = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
Constructs an HBhvInterpolatorColor object.
- Parameters
-
animation | The animation that this interpolator belongs to. |
name | The name of the interpolator. |
In special cases, you may want an interpolator that references this interpolator without changing it. Use this method to create the new interpolator passing a pointer to the animation that you want it to be associated with.
- Parameters
-
ainst | The animation instance that this interpolator is associated with. |
- Returns
- The newly created interpolator that references this interpolator.
Implements HBhvInterpolator.
char* HBhvInterpolatorColor::GetColorComponent |
( |
| ) |
|
|
inline |
char* HBhvInterpolatorColor::GetGeomType |
( |
| ) |
|
|
inline |
- Returns
- The geometry type that color changes apply to like faces, lines, etc...
const char* HBhvInterpolatorColor::GetType |
( |
| ) |
|
|
virtual |
- Returns
- The type of the interpolator which is 'Color'.
Implements HBhvInterpolator.
void HBhvInterpolatorColor::Insert |
( |
HPoint |
pos, |
|
|
int |
l = 0 |
|
) |
| |
|
inline |
This method creates a new keyframe with the passed color value and then inserts it after the given position l in the keyframe array.
- Parameters
-
pos | The color value you want to set for the new keyframe. Pass r,g, and b values in the x,y and z parameters respectively in HPoint. |
l | array position to insert item after |
References HKeyframeChannel::m_cp.
virtual void HBhvInterpolatorColor::Interpolate |
( |
int |
keyframe, |
|
|
float |
fraction |
|
) |
| |
|
virtual |
Performs an interpolation on the animation target.
- Parameters
-
keyframe | The reference keyframe for this interpolation. |
fraction | The fraction value from the specified keyframe to the next keyframe. The value is from 0 to 1. |
Reimplemented from HBhvInterpolator.
void HBhvInterpolatorColor::Replace |
( |
HPoint |
pos, |
|
|
int |
l |
|
) |
| |
|
inline |
Replaces the item at the given position in the keyframe array with a new keyframe that was created with the passed color value.
- Parameters
-
pos | The color value for the replacement keyframe. Pass r,g, and b values in the x,y and z parameters respectively in HPoint. |
l | array position to replace |
References HKeyframeChannel::m_cp.
virtual void HBhvInterpolatorColor::Serialize |
( |
HUtilityXMLGenerator * |
xmlgen | ) |
|
|
virtual |
Writes XML data to a buffer using the passed XML generator.
Reimplemented from HBhvInterpolator.
void HBhvInterpolatorColor::SetColorComponent |
( |
const char * |
ColorComponent | ) |
|
Sets color components attributes like diffuse, specular and gloss that color changes will be applied to.
- Parameters
-
ColorComponent | The color options that can be set in HC_Set_Color for faces. |
void HBhvInterpolatorColor::SetGeomType |
( |
const char * |
geomtype | ) |
|
Sets the geometry type that color changes applies to like faces, lines, etc...
static void* HBhvInterpolatorColor::XMLCallback |
( |
HUtilityXMLTag * |
xt, |
|
|
bool |
open, |
|
|
void * |
m_pExtraData |
|
) |
| |
|
static |
This is XML read callback which parses XML data and then populates the member variables with the associated values.
char HBhvInterpolatorColor::m_ColorComponent[MVO_BUFFER_SIZE] |
|
protected |
char HBhvInterpolatorColor::m_GeomType[MVO_BUFFER_SIZE] |
|
protected |
The documentation for this class was generated from the following file: