Looking to brush up on my CG fundamentals. How can I create a mesh (such as a circle) that is perfectly parallel to the xy-plane in the direction the camera is facing?
For instance, I want it to be normal to the direction the camera is facing and not tilted towards the camera.
circleMesh.lookAt(camera.position);