mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
debugging output
This commit is contained in:
parent
8bbe2f6376
commit
4e39bfdf13
@ -623,6 +623,12 @@ rotate_in_place() {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void Geom::
|
void Geom::
|
||||||
unify_in_place(int max_indices, bool preserve_order) {
|
unify_in_place(int max_indices, bool preserve_order) {
|
||||||
|
if (gobj_cat.is_debug()) {
|
||||||
|
gobj_cat.debug()
|
||||||
|
<< "unify_in_place(" << max_indices << ", " << preserve_order
|
||||||
|
<< "): " << *this << "\n";
|
||||||
|
}
|
||||||
|
|
||||||
Thread *current_thread = Thread::get_current_thread();
|
Thread *current_thread = Thread::get_current_thread();
|
||||||
if (get_num_primitives() <= 1) {
|
if (get_num_primitives() <= 1) {
|
||||||
// If we don't have more than one primitive to start with, no need
|
// If we don't have more than one primitive to start with, no need
|
||||||
|
Loading…
x
Reference in New Issue
Block a user