hi spiderdab,
i try it and also see the smooth warning,
but the cube pick ( in form of a random color change / see code )
works here, using example Shapes 3D / S3D4P_Picking
ok, seems so, first click ( where ever ) displays that warning
and if the click was on an object the color change does not work,
second time ok…
but if you read
you know you just have to wait for the new v3.
but then help with testing will be needed…
I knew about the first click problem but to be honest I never found out why it happened.
The smooth warning is issued by Processing and I will have to double check I fixed that for the new version. At the moment simply ignore it.
Shapes3D V3 is well advanced and I am updating my website with new guides so please have a look and let me know what you think. The shape picking has been improved, it is more accurate, no longer misses the first click and informs the user which part of the shape has been clicked. So for a Box not only will you know it has been clicked but which face you clicked on.
Both V2 and V3 use a colour picking algorithm for shape selection. It creates an offscreen buffer on first use so there is a slight millisecond delay on first click. This is called lazy instantiation since the buffer is only created if needed.