Mathieu Westphal
Mathieu Westphal
The following discussion from !265 should be addressed: - [ ] @jpouderoux started a [discussion](https://gitlab.kitware.com/f3d/f3d/-/merge_requests/265#note_984860): (+3 comments) > May be out of scope of this MR but quite related: it...
## Actual Behavior If no argument is provided, a rendering window is created with nothing shown (gray background). It can be difficult to know if the program is working or...
The bones transformation is not taken into consideration when VTK is computing the clipping planes. If there is a large scaling transform, clipping artifacts are visible.
For files containing armatures (FBX, GLTF, DAE), it would be great to add an option to visualize the bones on top of the meshes.
This tool seems to be really good. I am wondering if you ever consider to integrate this with gnome-sushi. A fast preview of 3d files by hitting spacebar would be...
We can already write the color buffer in a PNG image. We should be able to write the depth buffer too. I can easily imagine cases where you want to...
**Context** When drawing lines coincident with polygons, there could be z-fighting. We are currently using the default polygon offset value of VTK but I suspect that there is an issue...