Christoph Müller
Christoph Müller
The file AssimpNet.targets file shipped with the NuGet package assumes that the Assimp-net NuGet package (containing the native Assimp[32|64].dll files) is located one directory up from the project file. See...
The Point Cloud Mesh type mapping (more or less) 1:1 the point data and attributes as defined in the potree point type.
- Assume points are accessed in order of ascending indices - Store last changed index - If a new changed index is reported, see if the gap between the last...
Requirements - Initially specify mesh data with given arrays (constructor) - Completely exchange mesh data - Changes in buffer sizes are not allowed - Change single array entries - Automatically...
- [ ] Create test data - [ ] Write unit tests depends on #348
The point cloud rendering capability is implemented as an extension in a way that keeps F.Engine... from referencing the point cloud related code. Still, some knowledge about point cloud related...
This should heal the display error in macOS (red image).
In https://github.com/FUSEEProjectTeam/Fusee/blob/master/src/Engine/Core/SceneRayCaster.cs#L222 only the innermost transformation at the node containing the camera component is taken into accont. If the camera node is nested in a hierarchy of transformations all parent...