Explorar o código

Turn of test point light

Kolja Strohm %!s(int64=4) %!d(string=hai) anos
pai
achega
bfc94f8f79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.