#include "computedVertices.h"
#include "characterJoint.h"
#include "character.h"
#include "config_char.h"
#include "datagram.h"
#include "datagramIterator.h"
#include "bamReader.h"
#include "bamWriter.h"
#include "ioPtaDatagramLinMath.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
template<class ValueType, class MorphType> void | compute_morphs (ValueType *table, const pvector< MorphType > &morph_list, Character *character) |
This is a utility function called by update(), below. |
Definition in file computedVertices.cxx.
|
This is a utility function called by update(), below. It applies each of the supplied morphs to the vertices in the table, according to the values of the relevant slider. Definition at line 70 of file computedVertices.cxx. References TYPENAME, and ushort. Referenced by ComputedVertices::VertexTransform::read_datagram(), and ComputedVertices::update(). |