* Generate plane mesh (with subdivisions) */
| 64 | * Generate plane mesh (with subdivisions) |
| 65 | */ |
| 66 | static ::Mesh Plane(float width, float length, int resX, int resZ) { |
| 67 | return ::GenMeshPlane(width, length, resX, resZ); |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Generate cuboid mesh |
nothing calls this directly
no outgoing calls
no test coverage detected