mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
floor mesh
This commit is contained in:
parent
c60379d898
commit
2e38b711f3
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user