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