* Generate cuboid mesh */
| 71 | * Generate cuboid mesh |
| 72 | */ |
| 73 | static ::Mesh Cube(float width, float height, float length) { return ::GenMeshCube(width, height, length); } |
| 74 | |
| 75 | /** |
| 76 | * Generate sphere mesh (standard sphere) |
nothing calls this directly
no outgoing calls
no test coverage detected