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 ...
5
votes
1answer
514 views
On Creating a D3DX10 texture atlas
I have a DirectX10 texture (ID3D10Texture2D) that I load from disk with the following code:
CComPtr<ID3D10Device> spD3D; // Initialized correctly elsewhere
hr = D3DX10CreateTextureFromFile(
...
2
votes
2answers
2k views
How detect which OpenGL texture formats are natively supported?
For example, how detect if my videocard doesn’t support "bgr8" and convert it to another format, such as "rgba8" in software mode.
UPDATE: Sorry for the confusion. This question more about situation ...
1
vote
1answer
130 views
When rendering on two different computers, the texture is glitchy
I am using Ogre3D, and have been using it for a while. Also lately, I have been using the Opengl Rendering system that is included in Ogre, only because Directx will not compile correctly(Will post ...