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,15 +204,17 @@ write(ostream &out, int indent_level) const {
|
|||||||
}
|
}
|
||||||
out << ".\n";
|
out << ".\n";
|
||||||
|
|
||||||
indent(out, indent_level + 2)
|
|
||||||
<< _num_triangles_in_fans
|
|
||||||
<< " of these are on " << _num_trifans << " trifans";
|
|
||||||
if (_num_trifans != 0) {
|
if (_num_trifans != 0) {
|
||||||
out << " ("
|
indent(out, indent_level + 2)
|
||||||
<< (double)_num_triangles_in_fans / (double)_num_trifans
|
<< _num_triangles_in_fans
|
||||||
<< " average tris per fan)";
|
<< " 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)
|
indent(out, indent_level + 2)
|
||||||
<< _num_individual_tris
|
<< _num_individual_tris
|
||||||
|
Loading…
x
Reference in New Issue
Block a user