This is quite possibly a very simple question, so apologies in advance.
I’m trying to make a 3D (duh) hemisphere in ThreeJS.
I can create a hemisphere (in case I’m using the wrong word, a sphere, cut in half!) outer using the Circle or CircleBuffer geometry, but this leaves the flat side ‘empty’ for lack of a better word.
I have tried to fill this with a circle, but no luck.
I 'm sure its just a case of adding something to tell the geometry to add another face there but I have no idea how!