Want to make object transparent
Posted
by Himadri
on Stack Overflow
See other posts from Stack Overflow
or by Himadri
Published on 2010-05-08T06:59:51Z
Indexed on
2010/05/08
7:08 UTC
Read the original article
Hit count: 206
directx
|transparent
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.
© Stack Overflow or respective owner