When using THREE.JS
to generate a custom geometry, I define vertices and faces. However, when creating a face without specifying the normal direction like new THREE.Face3(a,b,c)
, some faces end up pointing inward instead of outward. Is there a way to ensure all faces are oriented outside the geometry?