Results 1 to 7 of 7

Thread: Direct 3D Light

  1. #1

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553

    Direct 3D Light

    How to check if the computer supports lights?
    I had some lights in an app and gave it to a friend and it didn't work on his computer, and he had a geforce graphic card that supports T&L.
    The app started but immediatly exited.

    Two questions:

    *How to check if the computer supports lights
    *Why couldn't he run the app? Other 3D apps did work.
    ICQ: 128716725

  2. #2
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710

    Re: Direct 3D Light

    Originally posted by petrus
    How to check if the computer supports lights?
    I had some lights in an app and gave it to a friend and it didn't work on his computer, and he had a geforce graphic card that supports T&L.
    The app started but immediatly exited.

    Two questions:

    *How to check if the computer supports lights
    *Why couldn't he run the app? Other 3D apps did work.
    1. The number of possible lights is infinite. The number of active lights supported by the card is determined by D3DCAPS8::MaxActiveLights.
    2. There are a million and a half reasons the application didnt work.

    Z.

  3. #3

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553
    It does work on some computers...
    ICQ: 128716725

  4. #4
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by petrus
    It does work on some computers...
    I didnt say it didnt. Could be the code, could be the computer, could be just about anything at all causing it not to work.

  5. #5

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553
    I really hate such problems...!!!!!
    ICQ: 128716725

  6. #6
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by petrus
    I really hate such problems...!!!!!
    Welcome to game programming =).

    Z.

  7. #7

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553
    How to fix it then? It works when I delete the lights.
    ICQ: 128716725

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