mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
remove trifans
This commit is contained in:
parent
f411404617
commit
accd7c847b
@ -204,6 +204,7 @@ write(ostream &out, int indent_level) const {
|
||||
}
|
||||
out << ".\n";
|
||||
|
||||
if (_num_trifans != 0) {
|
||||
indent(out, indent_level + 2)
|
||||
<< _num_triangles_in_fans
|
||||
<< " of these are on " << _num_trifans << " trifans";
|
||||
@ -213,6 +214,7 @@ write(ostream &out, int indent_level) const {
|
||||
<< " average tris per fan)";
|
||||
}
|
||||
out << ".\n";
|
||||
}
|
||||
|
||||
indent(out, indent_level + 2)
|
||||
<< _num_individual_tris
|
||||
|
Loading…
x
Reference in New Issue
Block a user