Panda3D
|
Decodes the vertices and faces in a VRML indexed face set, and creates the corresponding egg geometry. More...
#include "indexedFaceSet.h"
Public Member Functions | |
IndexedFaceSet (const VrmlNode *geometry, const VRMLAppearance &appearance) | |
void | convert_to_egg (EggGroup *group, const LMatrix4d &net_transform) |
Decodes the vertices and faces in a VRML indexed face set, and creates the corresponding egg geometry.
Definition at line 36 of file indexedFaceSet.h.
IndexedFaceSet::IndexedFaceSet | ( | const VrmlNode * | geometry, |
const VRMLAppearance & | appearance ) |
Definition at line 30 of file indexedFaceSet.cxx.
void IndexedFaceSet::convert_to_egg | ( | EggGroup * | group, |
const LMatrix4d & | net_transform ) |
Definition at line 51 of file indexedFaceSet.cxx.