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; }