Results 1 to 2 of 2

Thread: How to SetRenderState in DX 7??

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Posts
    23

    Unhappy How to SetRenderState in DX 7??

    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!

  2. #2
    Zaei
    Guest
    In D3D8, you would do:
    Code:
    D3DDevice.SetRenderState D3DRS_CULLMODE, D3DCULL_NONE
    Should be something like that In 7.

    Z.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width