Michael MIGLIORE

Results 60 issues of Michael MIGLIORE

**Describe the bug** Overlay widgets like filename or cheatsheet should be drawn after the final shader

type:enhancement
source:libf3d

- The grid produce weird results with tone mapping ![2024-06-05-120608_591x445](https://github.com/f3d-app/f3d/assets/6069752/dc40211e-73e3-4045-b928-b3801b7080f7) - Adjust the grid unit square computation. On `cow.vtp` for example, the subticks are not visible ![image](https://github.com/f3d-app/f3d/assets/6069752/3a6353bc-2785-4230-a28c-b344dcce9c2e)

type:enhancement
help wanted

**Describe the bug** The default font should support Unicode characters. **To Reproduce** Steps to reproduce the behavior: 1. Open the file using `f3d -n f3d\testing\data\(ノಠ益ಠ )ノ.vtp` ![image](https://github.com/f3d-app/f3d/assets/6069752/75375a1f-7bf0-4f4b-9472-3130b74db9d7) **Expected behavior** Supports...

It's already possible to specify custom textures in both F3D and libf3d `--texture-XXX` options. Some file formats are expecting textures to be Y-flipped like GLTF for example (Flipping the texture...

source:libf3d
help wanted
source:F3DApplication

### Describe your changes Add support for stochastic transparency. It's an alternative to the expensive depth peeling. While it could be quite noisy, it's also way more efficient, and the...

**Describe the bug** It seems like OSMesa library has been removed from Mesa recent versions (starting from 25.1). See https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33836 Let's decide what we should do with the osmesa backend:...

**Is your feature request related to a problem? Please describe.** There is a feature in F3D allowing the user to specify a final pixel color, `--final-shader`, based on the current...

### Describe your changes ### Issue ticket number and link if any ### Checklist for finalizing the PR - [ ] I have performed a [self-review](https://f3d.app/doc/dev/CODING_STYLE.html) of my code -...

**Describe the bug** When opening the attached file with an installed version of F3D 3.1, the mesh is not visible. **To Reproduce** Steps to reproduce the behavior: 1. Open the...

help wanted

**Describe the bug** When SSAA is enabled, the background blur effect, and SSAO are giving different results. **To Reproduce** Steps to reproduce the behavior: 1. Open a file and a...