瀏覽代碼

Turn of test point light

Kolja Strohm 4 年之前
父節點
當前提交
bfc94f8f79
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.