PDA

Click to See Complete Forum and Search --> : How to SetRenderState in DX 7??


Mman
Dec 6th, 2001, 06:39 PM
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!

Zaei
Dec 6th, 2001, 06:56 PM
In D3D8, you would do:

D3DDevice.SetRenderState D3DRS_CULLMODE, D3DCULL_NONE

Should be something like that In 7.

Z.