class ExpressionNS::morphMuscle

The morphMuscle is an experiment to add support for morph targets to Expression.

Inheritance:


Public Fields

[more]std::vector<int> taglist
list of points affected by muscle
[more]std::vector<Vertex *> deltas
list of deltas for each point in taglist

Public Methods

[more] morphMuscle (Morpher* morph, ExpMeshAdapter* bob)
[more]void ActivateMuscle ( const float val)
[more]void Draw (bool selected)


Inherited from Muscle:

Public Fields

oExpMeshAdapter* mesh
ostd::string name


Documentation

The morphMuscle is an experiment to add support for morph targets to Expression. It's worked well and allows an artist to add final touches to a face that would not be possible otherwise.
ostd::vector<int> taglist
list of points affected by muscle

ostd::vector<Vertex *> deltas
list of deltas for each point in taglist

o morphMuscle(Morpher* morph, ExpMeshAdapter* bob)

ovoid ActivateMuscle( const float val)

ovoid Draw(bool selected)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.