Good day everyone. I have a question which is based on this GitHub project:
https://github.com/daign/clipping-with-caps
I'm testing this project for the clipping. Here would it be the demo: (Link in the comments)
Here is the question: I need to get from the actual clipping, the world position values(x,y,z) of the plane who is temporarily clipped. In this picture, you can see what I need.
Every closed clipped plane have vertices. Is it possible to get these points? Is it possible to get these points divided by shape and by plane orientation? Thank you for your attention. I hope the question is clear enough. I have already tried to find a solution with the help of these post, but nothing close to what I need sadly.
How to render clipped surfaces as solid objects
How to render clipped surfaces as solid objects
link to demo: http://daign.github.io/clipping-with-caps/
Thanks in advance for reading this, I'm open to every suggestion or solution.