14#ifndef DISPLAYREGIONCULLCALLBACKDATA_H
15#define DISPLAYREGIONCULLCALLBACKDATA_H
27class EXPCL_PANDA_DISPLAY DisplayRegionCullCallbackData :
public CallbackData {
32 virtual void output(std::ostream &out)
const;
47 static void init_type() {
48 CallbackData::init_type();
50 CallbackData::get_class_type());
53 return get_class_type();
55 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
virtual void upcall()
You should make this call during the callback if you want to continue the normal function that would ...
This defines the abstract interface for an object that receives Geoms identified by the CullTraverser...
SceneSetup * get_scene_setup() const
Returns a pointer to the SceneSetup object, which contains information about the camera and such.
CullHandler * get_cull_handler() const
Returns a pointer to the CullHandler, which accepts each object to be added to the list for drawing.
This object holds the camera position, etc., and other general setup information for rendering a part...
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.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...