Hello. I have two intersecting meshes (for examle cube and cylinder) consisting of triangles and I have list of triangle's vertexes.
After executing subtraction procedure (using depth test) and rendering I have a new mesh, but I don't know it's triangles's count and vertexes. I just have a rendered image of a new object.
The question is how to get all information about this new object? I tried to use feedback rendering mode, but in feedback buffer I found all two meshe's triangles, even invisible one.




