View Single Post
  #3  
Old 05-06-2008, 11:54 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Quote:
Originally Posted by Skyld View Post
The external GUI windows on Windows are framebuffer, as opposed to OpenGL/DirectX, which would explain why GUI alpha doesn't work. Wondering whether this is also the reason for the polygon problem.
It will definitely be the reason if he is using opengl/directx polygon functions to draw them, however there is a way to get this working with directx (as it has support for the windows GDI) by first creating an offscreen buffer, rendering to that and then rendering back.
__________________

Reply With Quote