I am working with directx. I am displaying two objects on my window. They are intersecting each other. I find the intersecting object.
My problem is-
I want two original objects to be transparent and the resulting intersected part to be opaque, so that the intersected part can be seen clearly.
I found some question related to transparency but they are related to transparency of window. But I want the object to be transparent.