#include <pandabase.h>
#include <vector_typedWritable.h>
#include <luse.h>
#include "computedVerticesMorph.I"
Go to the source code of this file.
Compounds | |
class | ComputedVerticesMorph |
A list of MorphValues, this represents the complete effect of a given morph target on a particular class of vertex values. More... | |
class | ComputedVerticesMorphValue2 |
This is a single vertex morph offset value. More... | |
class | ComputedVerticesMorphValue3 |
This is a single vertex morph offset value. More... | |
class | ComputedVerticesMorphValue4 |
This is a single vertex morph offset value. More... | |
Typedefs | |
typedef ComputedVerticesMorph< Vertexf, ComputedVerticesMorphValue3 > | ComputedVerticesMorphVertex |
typedef ComputedVerticesMorph< Normalf, ComputedVerticesMorphValue3 > | ComputedVerticesMorphNormal |
typedef ComputedVerticesMorph< TexCoordf, ComputedVerticesMorphValue2 > | ComputedVerticesMorphTexCoord |
typedef ComputedVerticesMorph< Colorf, ComputedVerticesMorphValue4 > | ComputedVerticesMorphColor |
Functions | |
template<class ValueType, class MorphValueType> ostream & | operator<< (ostream &out, const ComputedVerticesMorph< ValueType, MorphValueType > &morph) |
Definition in file computedVerticesMorph.h.
|
Definition at line 154 of file computedVerticesMorph.h. |
|
Definition at line 152 of file computedVerticesMorph.h. |
|
Definition at line 153 of file computedVerticesMorph.h. |
|
Definition at line 151 of file computedVerticesMorph.h. |
|
Definition at line 146 of file computedVerticesMorph.h. |