|
@@ -2820,6 +2820,7 @@ Mesh GenMeshSphere(float radius, int rings, int slices)
|
|
|
|
|
|
if ((rings >= 3) && (slices >= 3))
|
|
if ((rings >= 3) && (slices >= 3))
|
|
{
|
|
{
|
|
|
|
+ par_shapes_set_epsilon_degenerate_sphere(0.0);
|
|
par_shapes_mesh *sphere = par_shapes_create_parametric_sphere(slices, rings);
|
|
par_shapes_mesh *sphere = par_shapes_create_parametric_sphere(slices, rings);
|
|
par_shapes_scale(sphere, radius, radius, radius);
|
|
par_shapes_scale(sphere, radius, radius, radius);
|
|
// NOTE: Soft normals are computed internally
|
|
// NOTE: Soft normals are computed internally
|