Super Ellipsoid - Superello

I came across this cool script that constructs a super ellipsoid.
My questions:

  1. how can we keep the shape solid when commenting out line 12?
    (mat2.backFaceCulling = false;)
  2. how can we make this shape texturable?
  3. can the writer of these functions make him/herself known to me?
    https://playground.babylonjs.com/#19LRMI#120

thanks in advance

You can fix 1/ by changing the order of the indices when creating the faces:

For 2/, I tried to use the (beta, phi) spherical coordinates to generate u/v, but it’s not conclusive:

Note that I’m not the author of the PG!

1 Like

Thank you so much Evgeni! :slight_smile: