DrawSphereEx method
Draw sphere with extended parameters
Implementation
void DrawSphereEx(Vector3C centerPos, double radius, int rings, int slices, ColorC color)
=> _DrawSphereEx(centerPos, radius, rings, slices, color);
Draw sphere with extended parameters
void DrawSphereEx(Vector3C centerPos, double radius, int rings, int slices, ColorC color)
=> _DrawSphereEx(centerPos, radius, rings, slices, color);