Skip to content
Snippets Groups Projects
Commit df41df65 authored by Vanessa Karolek's avatar Vanessa Karolek
Browse files

[#42][Doc] adjust documentation, fix trackball camera radius issue

Before:
If more than one trackball camera controller is added to your application, changing the m_radius variable via scroll event would lead to adjusting the radius for all cameras attached to the trackball camera controller.

After:
Before updating the radius, the m_radius variable is changed in respect to the current distance from the camera to its center point. This enables handling all cameras with attached trackball camera controller separately.
parent 960418dc
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment