Browse Source

floor mesh

Zachary Pavlov 18 years ago
parent
commit
2e38b711f3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/egg/eggGroup.cxx

+ 2 - 0
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;
   }