f3d
f3d copied to clipboard
Clipping during animations
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.
https://gitlab.kitware.com/f3d/f3d/-/issues/250
I've reworded this issue @Meakk, I thanks it is an important one.
Some data to test with: untitled.zip
stl:
glb:
dae:
fbx:
So there seems to be an issue specific to fbx, and a more generic issue with importers in general
Do you have an idea for a fix @Meakk ? If not will move it back
I don't have a solution right now, it will need some research
Unless I'm mistaken, we "just" need to recovert the right bounding box for the data. I think the mapper could compute it and provide it, what do you think @Meakk ?
Yes, we need to override ComputeBounds()
in the F3D mapper and take into account the bone positions.
Do you think you could improve the description in order to make it clear how this could be implemented ?