Public Member Functions | |
ShapeCache (Shape *s) | |
void | dispose () |
bool | updateTexture (const Viewer *viewer) |
bool | updateCalllist () |
bool | update (const Viewer *viewer) |
~ShapeCache () | |
Static Public Member Functions | |
static vector< ShapeCache * > & | getDisposedShapeCaches () |
static void | cleanUp () |
Public Attributes | |
GLuint | textureId |
GLuint | callListId |
Shape * | shape |
GeometryNode * | geometry |
Time | calllistStamp |
const FieldBase * | geometryField |
Loader::Contents::Id | contentsId |
Definition at line 672 of file view.C.
|
Definition at line 839 of file view.C. References calllistStamp, Archon::X3D::Viewer::server, updateCalllist(), and updateTexture(). |
|