I am currently working with a file in three.js that is meant to display 3D objects controlled by Leap Motion. However, I have encountered an issue where the objects are not centered on the screen as expected. Instead, they appear shifted to the top right and only show two sides instead of four.
Important: Please note that the code will only display output if connected to Leap Motion.
You can find the source file here.
I have included two images for reference: one showing how the objects are currently displayed in the browser, and the other demonstrating how they should be displayed.
For testing, I am using the latest version of Chrome and running the file through Wamp Server.