Michael MIGLIORE

Results 60 issues of Michael MIGLIORE

Fix #469 Waiting for https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10884

**Describe the bug** A shader error is printed in the log. See https://discord.com/channels/1046005690809978911/1193592586884091914/1208742600840978502 **To Reproduce** Steps to reproduce the behavior: 1. Open a file in Android with tone mapping enabled...

type:bug

![2023-11-24-162753_window](https://github.com/f3d-app/f3d/assets/6069752/dd9167a2-2d9e-47b4-aae4-ce03e3bcfffe)

**Is your feature request related to a problem? Please describe.** Some file formats like USD can read textures as EXR file format. For reading them properly, we need to read...

type:enhancement
good first issue
help wanted
hacktoberfest

Currently, we have implemented 4 different VTK extensions (`Applicative`, `Core`, `Rendering`, `Readers`). These VTK extensions are private and not part of the SDK. However, we foresee some cases where it...

type:enhancement

**Describe the bug** Running `help(f3d)` is not helpful and returns: ``` Help on package f3d: NAME f3d DESCRIPTION # This file is auto-generated by CMake, do not edit! # Refer...

type:enhancement
source:python

**Describe the bug** Some Python features are broken. Let's fix them or remove the bindings before the release **To Reproduce** - [ ] Engine deletion - `del engine` - not...

type:enhancement
source:python
help wanted

When rendering points (`-o` option), we are rendering a quad centered on the point and shade the fragment based on its position relative to the center Currently, we have two...

type:enhancement

While the performance is acceptable on high-end GPUs, it's still a bit slow when there are many splats. Currently, 3D Gaussians rely on Bitonic Sort to sort points from back...

type:enhancement
help wanted