From 0fb866ced842a74d93aabae17d404bd64682b905 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 11 Sep 2012 17:58:23 +0000 Subject: [PATCH] comment out bbox expansion --- pandatool/src/pfmprogs/pfmBba.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandatool/src/pfmprogs/pfmBba.cxx b/pandatool/src/pfmprogs/pfmBba.cxx index adf8f3b637..3f15b08b96 100755 --- a/pandatool/src/pfmprogs/pfmBba.cxx +++ b/pandatool/src/pfmprogs/pfmBba.cxx @@ -92,6 +92,9 @@ process_pfm(const Filename &input_filename, PfmFile &file) { for (int i = 0; i < 8; ++i) { points[i] = bounds->get_point(i); } + + // Experiment with expanding the back wall backwards. + /* LPlane plane(points[0], points[1], points[2]); LVector3 normal = plane.get_normal(); @@ -101,6 +104,7 @@ process_pfm(const Filename &input_filename, PfmFile &file) { points[1] += normal; points[2] += normal; points[3] += normal; + */ for (int i = 0; i < 8; ++i) { const LPoint3 &p = points[i];