I successfully created a 3D cone using CSS3Renderer and TrackballControl. You can see it in action here:
Now, I am looking to enhance the user experience by allowing them to input values to control the camera rotation instead of relying on TrackballControl. You can check out the modified version here:
However, I am facing an issue where the camera does not respond to the lookAt function. Can anyone guide me on what might be going wrong?