protected void PlaceLights() { DirectionalLight light = new DirectionalLight(); light.CastsShadows = true; light.CreateShadowMaps(); RenderScene.AddLight(light); }