Picking for TriangleStripDrawMode is not proper

Hi,
I have rendered two cubes with custom data. One I have drawn with TriangleStripDrawMode and other with TriangleFillMode.

Playground example.
https://www.babylonjs-playground.com/#RL0C2E#1

Problem:

The picking for the cube with TriangleStripDrawMode is not proper.
The picking for the cube with TriangleFillMode is proper.

I am totally not sure if picking is currently compatible with strip mode ?

Ping @Deltakosh who will be here tomorrow if the snows allows him to drive :wink:

Yep unfortunately we do not support this mode for picking :frowning: Only regular triangles)

Will be in next nightly!

1 Like