Mathieu Westphal
Mathieu Westphal
**Describe the bug** F3DWeb has some "aliasing" without SSAO when opening a specific simple file **To Reproduce** Steps to reproduce the behavior: 1. https://f3d.app/web/ 2. disable SSAO 3. move camera...
the up direction could be generalized to be arbitrary instead of axis aligned, this has implication on the grid coloration.
Currently, when dropping a file on F3D window, F3D will load it has a 3D model unless its a .hdr, then it will load it as a HDRI. This is...
Animation is currently managed by the animationManager and rely on events and a timer logic by VTK in the libf3d. In F3D application, there is a very simple event loop...
With the upcoming release of F3D 3.0, take that opportunity to cleanup all options names. related to: https://github.com/f3d-app/f3d/issues/918
the ui.filename option controls whether the filename is displayed or not but setting it to true does nothing unless the filename has been set in ui.filename-info. Lets improve that.
the members in the camera state are pos,dir,up,angle but they are position,direction,view_up,view_angle in the camera itself, lets improve that.
**Describe the bug** Background options for F3D are named a bit wldly, it would be nice to rename them on a major version change ** Current names** 1. `no-background` ->...
**Context** F3D support printing information about the current state of the application by pressing ?, specfically about the configuration of the camera. While useful, this feature could become great if...
Fix https://github.com/nschloe/meshio/issues/1307