Just a quick question - I'm attempting to create a 3D hemisphere in ThreeJS.
I've managed to make a hemisphere using the Circle or CircleBuffer geometry, but there's an issue with the flat side being empty.
I've tried adding a circle to fill the gap, but it hasn't worked out so far.
I believe I just need to instruct the geometry to add another face there, but I'm not sure how to do it!