From 2e38b711f3aea9f4d72eca28c8a581c22af002c4 Mon Sep 17 00:00:00 2001 From: Zachary Pavlov Date: Sun, 8 Jul 2007 06:03:31 +0000 Subject: [PATCH] floor mesh --- panda/src/egg/eggGroup.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/egg/eggGroup.cxx b/panda/src/egg/eggGroup.cxx index e459561a18..e75fece1b8 100644 --- a/panda/src/egg/eggGroup.cxx +++ b/panda/src/egg/eggGroup.cxx @@ -880,6 +880,8 @@ string_cs_type(const string &strval) { return CST_inv_sphere; } else if (cmp_nocase_uh(strval, "tube") == 0) { return CST_tube; + } else if (cmp_nocase_uh(strval, "floor-mesh") == 0) { + return CST_floor_mesh; } else { return CST_none; }