Michael MIGLIORE
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...

**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...
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...
**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...
**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...
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...
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...