* Generate half-sphere mesh (no bottom cap) */
| 81 | * Generate half-sphere mesh (no bottom cap) |
| 82 | */ |
| 83 | static ::Mesh HemiSphere(float radius, int rings, int slices) { return ::GenMeshHemiSphere(radius, rings, slices); } |
| 84 | |
| 85 | /** |
| 86 | * Generate cylinder mesh |
nothing calls this directly
no outgoing calls
no test coverage detected