Hi, does anybody know how to set the RenderState function in DX 7? I need to know this in order to the the Back Face Culling to false.
Thanks!
Printable View
Hi, does anybody know how to set the RenderState function in DX 7? I need to know this in order to the the Back Face Culling to false.
Thanks!
In D3D8, you would do:
Should be something like that In 7.Code:D3DDevice.SetRenderState D3DRS_CULLMODE, D3DCULL_NONE
Z.