GenMeshHemiSphere method
Generate half-sphere mesh (no bottom cap)
Implementation
@override
MeshD GenMeshHemiSphere(
double radius,
int rings,
int slices,
) => $.Mesh$.RefCapture(
RaylibCaptureIds.GenMeshHemiSphere,
(p) => _ffi.GenMeshHemiSphere(
radius,
rings,
slices,
).toDart(p.asNativePointer()),
);