expose subdivision patches

This commit is contained in:
David Rose 2001-06-06 21:50:54 +00:00
parent 66490510c2
commit 714114479e
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ make_egg() {
nout << "Ignoring Catmull-Rom splines.\n";
} else if (_polygons->_polygon_type == IffId("PTCH")) {
nout << "Ignoring subdivision patches.\n";
nout << "Treating subdivision patches as ordinary polygons.\n";
make_faces();
} else if (_polygons->_polygon_type == IffId("MBAL")) {
nout << "Ignoring metaballs.\n";