Managed DirectX Lighting
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm fairly new to Managed DirectX, but I'm having a lighting issue. For my app, I'm using a single light to reflect off of a cylinder that has multiple colors around it. Whenever I run the application on my machine the colors are shown fine. However, any other machine I install the simple app on (created using Visual Studios' Setup and Deployment wizard), the cylinder appears completely black. In the code I check the machines video card for lights, and it returns positive. Even when I set the devices.RenderState.Ambient for the machine, it still comes out black. I've tried installing the app on several machines with no luck. Any advice??