DelphiX and lights in immediate mode

Started by
-1 comments, last by Jimmy Valavanis 19 years, 10 months ago
Does anyone know how can I have lights in DelphiX immediate mode? I tried DXDraw.D3DDevice7.SetLight(0, light); DXDraw.D3DDevice7.LightEnable(0, true); and DXDraw.D3DDevice7.SetRenderState(D3DRENDERSTATE_LIGHTING, 1); but it didn''t work. Can anyone post a working source code example, or a link to such an example? Jim Valavanis

This topic is closed to new replies.

Advertisement