I displayed two 3D objects in a window,one object is larger and that covers the small object.I want to give translucent to outer object and can able to see the inner object inside the outer object.When i dispalyed large object seperately with translucent then it has translucent effect.But when i merge both effect then the translucent effect of outer object is lost.I displayed the non translucent object first and translucent object last.
what is the problem ?? Is any problem in the displaying sequence ??
Hm, I would disable both z writes and z test for skybox drawing (and clear the z buffer before rendring things that need z buffer). Else your background may occlude some things - not the way a background is supposed to work.