MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / HemiSphere

Method HemiSphere

include/MeshUnmanaged.hpp:83–83  ·  view source on GitHub ↗

* Generate half-sphere mesh (no bottom cap) */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected