Browse Source

Turn of test point light

Kolja Strohm 4 years ago
parent
commit
bfc94f8f79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DX11GraphicsApi.cpp

+ 1 - 1
DX11GraphicsApi.cpp

@@ -381,7 +381,7 @@ void DirectX11::initialize( WFenster *fenster, Vec2<int> backBufferSize, bool fu
     pixelShader->erstelleConstBuffer( sizeof( float ) * 3, 1 ); // materialkonstanten nach phong model
     pixelShader->erstelleConstBuffer( sizeof( int ) * 2, 2 ); // materialkonstanten nach phong model
     // TODO: Remove Following Test Code
-    int lc[] = { 1, 6 };
+    int lc[] = { 1, 0 };
     pixelShader->füllConstBuffer( (char *)lc, 2, sizeof( int ) * 2 );
 
     // Create a texture sampler state description.