Hi
I've integrated the Spine 3.8 cpp runtimes into our code and I can get the coin demo from http://esotericsoftware.com/spine-examples-coin rendering using the code on http://esotericsoftware.com/spine-cpp
However, the clipping for the glow/shimmer isnt working. It does say that clipping wont work with the given code on the page.
I found code that seems to show how cSpine's clip;ping code should be done here
https://github.com/EsotericSoftware/spine-runtimes/blob/3.6/spine-sfml/src/spine/spine-sfml.cpp#L221
but this is for v3.6 and there seem to be a lot of changes in signatures since then.
Does anyone have a cpp example with the 3.8 cpp runtimes showing how to apply clipping please. All we need is the final list of textured coloured triangles or quads after clipping.
Thanks
Shaun