Tagged Questions
1
vote
0answers
83 views
Application window as polygon texture?
Is there a way, or method, to have some application rendered as texture in 3D scene on some polygon, and also have full interactivity with it?
I'm talking about Windows platform, and maybe OpenGL but ...
2
votes
2answers
147 views
How to get and copy font bitmap from WinGDI to a IDirect3DTexture9?
I want to get the pixels (or other data) for any character of the available fonts and copy/build them into a D3D texture so I could make some cache of text rendering by mapping only the character ...