Commit 9f94557f authored by chili's avatar chili
Browse files

non-retarded specular parameters for brick

parent afd72177
...@@ -23,8 +23,8 @@ TestPlane::TestPlane( Graphics& gfx,float size ) ...@@ -23,8 +23,8 @@ TestPlane::TestPlane( Graphics& gfx,float size )
struct PSMaterialConstant struct PSMaterialConstant
{ {
float specularIntensity = 0.8f; float specularIntensity = 0.1f;
float specularPower = 45.0f; float specularPower = 20.0f;
float padding[2]; float padding[2];
} pmc; } pmc;
AddBind( PixelConstantBuffer<PSMaterialConstant>::Resolve( gfx,pmc,1u ) ); AddBind( PixelConstantBuffer<PSMaterialConstant>::Resolve( gfx,pmc,1u ) );
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment