Light
//----------------------------------------------------------------------------- // File: Lights.cpp // // Desc: Rendering 3D geometry is much more interesting when dynamic lighting // is added to the scene. To use lighting in D3D, you must create one or // lights, setup a material, and make sure your geometry contains surface // normals. Lights may have a position, a color, and be of a certain ..