mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 21:32:58 -04:00
trivial
This commit is contained in:
parent
889c4fc379
commit
6acb9c29ca
@ -21,6 +21,7 @@
|
|||||||
#include "geom.h"
|
#include "geom.h"
|
||||||
#include "transformState.h"
|
#include "transformState.h"
|
||||||
#include "renderState.h"
|
#include "renderState.h"
|
||||||
|
#include "notify.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: CullHandler::Destructor
|
// Function: CullHandler::Destructor
|
||||||
@ -46,7 +47,8 @@ CullHandler::
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void CullHandler::
|
void CullHandler::
|
||||||
record_object(CullableObject *object) {
|
record_object(CullableObject *object) {
|
||||||
cerr << *object->_geom << " " << *object->_transform << " " << *object->_state << "\n";
|
nout << *object->_geom << " " << *object->_transform << " "
|
||||||
|
<< *object->_state << "\n";
|
||||||
delete object;
|
delete object;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user