Open Amantini1997 opened 1 day ago
I guess this is temporal? if you re-load the viewer the data is alright (at least in the endpoint) ? I have a suspicion that this is because we might be using v4 viewpoints for one thing and v5 viewpoints for another.
Description
The view object contains the same clipping planes twice. One at top level, the second as a viewpoint property:
Suggested solution
Either of the two clipping planes should be removed as it could lead to errors. It seems that the clippingPlanes property inside the viewpoint is what is used most (if not all) of the times, so the other one should probably be removed and any code relying on it should rely on the oter one instead
Goal
Tasks
clippingPlanes
from the top level, and whichviewpoint.clippingPlanes
and make sure they all use the same instea