Currently, I am working on a project that involves using three.js. I have a basic object in my scene that I need to always keep in front of the camera, regardless of the camera's direction. I am utilizing the Orbit Controls plugin for camera movement and I want to ensure that the object remains at the center of the camera view at a consistent distance.
As a newcomer to three.js, I am unsure of the best approach to achieve this. Any advice or thoughts would be greatly appreciated!