Tagged Questions

2
votes
3answers
817 views

Recommended 3D Programming Aspects for Light/Laser Show Simulator?

Hey guys, I would like to develop a light/laser show editor and simulator, and for this of course I am going to learn some graphics programming. I am thinking about using C# and XNA. I was just ...
0
votes
1answer
88 views

XNA - 3D game - Apply a light to all models

I want to make an XNA game with 3D graphics, and one thing has me wondering. Say I have 10 Models in my scene, and I want to draw them all with the same light source, like a directional light. Now I ...
0
votes
2answers
181 views

Making a lightsystem like Terraria?

I am trying to make my lighting similar to Terraria's, block-lighting. Now, I know how to make blocks darker, I can assign blocks to a certain lightlevel, but, how would I make an actual light entity, ...