mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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;
|
return CST_inv_sphere;
|
||||||
} else if (cmp_nocase_uh(strval, "tube") == 0) {
|
} else if (cmp_nocase_uh(strval, "tube") == 0) {
|
||||||
return CST_tube;
|
return CST_tube;
|
||||||
|
} else if (cmp_nocase_uh(strval, "floor-mesh") == 0) {
|
||||||
|
return CST_floor_mesh;
|
||||||
} else {
|
} else {
|
||||||
return CST_none;
|
return CST_none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user