From 714114479e036a8d35c0e016800df4359c5177de Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 6 Jun 2001 21:50:54 +0000 Subject: [PATCH] expose subdivision patches --- pandatool/src/lwoegg/cLwoPolygons.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandatool/src/lwoegg/cLwoPolygons.cxx b/pandatool/src/lwoegg/cLwoPolygons.cxx index 468b212704..8caf4df3f6 100644 --- a/pandatool/src/lwoegg/cLwoPolygons.cxx +++ b/pandatool/src/lwoegg/cLwoPolygons.cxx @@ -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";