Skip to content

hotfix patch for pickingRenderer

Martin Schultz requested to merge hotFixPickingRendererBadIndices into master

fixes https://www.graphics.rwth-aachen.de:9000/OpenFlipper-Free/OpenFlipper-Free/issues/150 by initializing the colorStack also when the pickCache is used, as the picking renderer reinitializes the colorstack.

In particular, when a circular polyline is added to a mesh, the picking frequently fails with an assertion violation, because there seems to be a constant offset of 5 in the picked id. Probably because the picking renderer reinitializes the colorstack.

Merge request reports