14 #ifndef PGCULLTRAVERSER_H
15 #define PGCULLTRAVERSER_H
39 static void init_type() {
40 CullTraverser::init_type();
42 CullTraverser::get_class_type());
45 return get_class_type();
47 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
This object performs a depth-first traversal of the scene graph, with optional view-frustum culling,...
This is a specialization of CullTraverser for use within the pgui system.
The "top" node of the new Panda GUI system.
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...