14 #ifndef CULLBINFIXED_H
15 #define CULLBINFIXED_H
40 static CullBin *make_bin(
const std::string &name,
46 virtual void draw(
bool force,
Thread *current_thread);
49 virtual void fill_result_graph(ResultGraphBuilder &builder);
55 INLINE
bool operator < (
const ObjectData &other)
const;
68 static void init_type() {
71 CullBin::get_class_type());
74 return get_class_type();
76 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
A specific kind of CullBin that sorts geometry in the order specified by the user-specified draw_orde...
A collection of Geoms and their associated state, for a particular scene.
The smallest atom of cull.
This is a base class for the GraphicsStateGuardian class, which is itself a base class for the variou...
A lightweight class that represents a single element that may be timed and/or counted via stats.
This object holds the camera position, etc., and other general setup information for rendering a part...
A thread; that is, a lightweight process.
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.
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(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.