Quote:
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.