prefrontalcortex / DomeTools

Highly efficient realtime fulldome toolkit for Unity. Supports a novel single-view Dome Warp approach and traditional cubemap rendering. Supports NDI Video and Audio.
https://prefrontalcortex.de
MIT License
42 stars 7 forks source link

Camera Controls Improvements #1

Closed NoArtistAvailable closed 7 months ago

NoArtistAvailable commented 7 months ago

moved rotation logic of the two desktop control scripts into Update from Fixed Update. This should only make a minor difference but could lead to a smoother experience in certain scenarios. (eg When differences between fixed step rate and framerate occur)