1. Neos VR
  2. News
  3. 2020.10.5.476 - Fixed Smooth POV camera entering user's head, Inspector matrices

2020.10.5.476 - Fixed Smooth POV camera entering user's head, Inspector matrices

Pushing another smaller build to get some tweaks and bugfixes out of the way. Notably the Interactive Camera getting into your head should now definitely be fixed! Inspectors now also properly show matrix types. Made a bunch of other smaller fixes and improvements as well.

Compatible with previous build.

[h2]Tweaks:[/h2]
- Inspector now generates correct UI for matrix types (reported by @3x1t_5tyl3)
- Following generic components will now have default values initialized to identity for quaternions and matrices (based on report by @Earthmark and @H3BO3)
-- ValueField
-- DynamicValueVariable
- Context menu for equipping tool by clicking on it is now localizable
- Finger photo camera now works even if spawning objects is not allowed in the world. It won't spawn the photo in the world, but simply store it to the typical screenshot locations (based on report by @Alex from Alaska)
- Finger photo camera will now fetch the captured file from database on background thread, preventing unnecessary stutter due to waiting on IO

- Avatar Anchor context menu actions are now localizable
-- Existing instances are auto-upgraded only if they haven't changed the text
- Context menu "Cancel" option is now localized
- CommonAvatarBuilder will no longer wait until user's head is above 80 cm above the floor to spawn cloud avatar, since the user height estimation has been removed
-- This fixes cloud avatars not auto-spawning for full body users who are laying down (reported by @Shifty | Quality Control Lead)

[h2]Bugfixes:[/h2]
- Fixed Interactive Camera lagging a frame behind in some cases, causing it to enter user's head on movement (reported by @ProbablePrime, @Shifty | Quality Control Lead, @LeonClement, @Hayden (PolyLogiX Studio), @Nexulan | Community Manager and many others)
- Fixed Dynamic Value/Reference Variable Driver not updating the driven field/reference when it's changed (reported by @Earthmark)