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

Method Sphere

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

* Generate sphere mesh (standard sphere) */

Source from the content-addressed store, hash-verified

76 * Generate sphere mesh (standard sphere)
77 */
78 static ::Mesh Sphere(float radius, int rings, int slices) { return ::GenMeshSphere(radius, rings, slices); }
79
80 /**
81 * Generate half-sphere mesh (no bottom cap)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected