-1

How do you limit camera zoom

Anonymous 10 years ago 0
This discussion was imported from CodePlex

JohnSourcer wrote at 2013-02-05 18:29:

I can zoom in but want to limit the zoom?

objo wrote at 2013-02-07 20:22:

Currently there is no limit. In the "Inspect" mode, the length of the LookDirection is reduced while keeping the CameraPosition+LookDirection point fixed.
I will add this as a new feature in the issue tracker!

Moez_rebai wrote at 2014-07-17 11:04:

Hey Objo,
Please if you add that feature to limite the camera zoom tell me how to implement it.
Regards,

BogusException wrote at 2014-07-17 22:47:

If the property is inspectable, a mouse wheel event, or CTRL+, CTRL- event, could be used to limit a requested change...

no?