Christoph Müller

Results 20 comments of Christoph Müller

- [ ] Merge latest Develop into feature branch. Might fix problems :-)

Tests on a 2018 MacBook Pro (Intel) resulted in awkward screen flickering wich even persisted a reboot.

Device: Motorola Moto G7 plus (Android 10 - API 29) Fusee: develop commit 7344f46 Build: ok Deplopyment: OK Fusee-Player-App seems to run but displays black screen. I can debug into...

Doesn't [`FindComponents`] (https://github.com/FUSEEProjectTeam/Fusee/blob/master/src/Engine/Core/Scene/SceneExtensions.cs#L36) do the job already? Or is `GetComponentsInChildren` meant to NOT work recursively. We could enhance `FindComponents` to take a recursion depth parameter (initalized to -1 meaning to...

Using the `FindComponents` flavors implemented here: https://github.com/FUSEEProjectTeam/Fusee/blob/master/src/Engine/Core/Scene/SceneExtensions.cs#L51 and here: https://github.com/FUSEEProjectTeam/Fusee/blob/master/src/Engine/Core/Scene/SceneExtensions.cs#L63 you could write `_scene.Children.FindComponents(c => true)`. We could provide the match lambda used here as a default parameter in the...

`FindComponents`is recursive and traverses the given node(s) and their children

Check which FUSEE-Math classes & methods can be implemented using the latest .NET-Core math libraries System.Math and System.Numerics

- [ ] Make #413 pass CI and merge - [ ] Replace current ScenePicker with new RaycastPicker at all occurrences of ScenePicker. - [ ] Double-check that RaycastPicker does...