Setting Camera Constraint

Hi there - I’m looking for a way to set up the Viewer so that users can’t move the camera where z is negative. In other words, I don’t want users to be able to move the camera to see the bottom of the object. Is that possible with the Viewer API?

Hello @Tim_Thimmaiah,

Here a CodeSandBox where I restrict the camera and target!
Please use version 1.13.10 for this, as I just deployed a small bug fix that I noticed when creating the example.

Cheers, Michael

@MajorMeerkatThe3rd - this worked for me! Really appreciate it!