Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
Delphi 2006 Professional
|
Re: Problem mit DirectX Darstellung
19. Jun 2006, 14:19
Delphi, OpenGL:
Delphi-Quellcode:
glEnable(GL_DEPTHTEST);
glDepthFunc(GL_LEQUAL);
In VB, DX wirds wohl irgendwie so sein:
Code:
D3DDevice.SetRenderState D3DRS_DEPTHxxxxx, D3DDEPTH_xxxxx
Lukas Erlacher Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1
|