Utilizing JSModeler for showcasing OBJ
files. The software integrates THREE.JS
and generates a PerspectiveCamera
. My goal is to restrict the camera's Y-axis movement to prevent it from going beneath the object. While I am familiar with achieving this using THREE.OrbitControls
, it seems incompatible with JSModeler
. Is there a method to directly oversee the camera's movements? Appreciate any advice.