18 #include "pandatoolbase.h" 20 #include "fltGeometry.h" 21 #include "fltLocalVertexPool.h" 23 #include "pointerTo.h" 45 return get_class_type();
47 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
51 static void init_type() {
52 FltGeometry::init_type();
53 register_type(_type_handle,
"FltMesh",
54 FltGeometry::get_class_type());
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly...
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
This is a base class for both FltFace and FltMesh, which are two different kinds of geometric primiti...
A local vertex pool, as might appear in the middle of the hierarchy, for instance for a mesh...
A mesh of connected polygons and tristrips, etc., with a local vertex pool.
TypeHandle is the identifier used to differentiate C++ class types.