Commit a1bca09b authored by chili's avatar chili
Browse files

normal map "working", but...

parent 0c7633c1
...@@ -15,6 +15,7 @@ TestPlane::TestPlane( Graphics& gfx,float size ) ...@@ -15,6 +15,7 @@ TestPlane::TestPlane( Graphics& gfx,float size )
AddBind( IndexBuffer::Resolve( gfx,geometryTag,model.indices ) ); AddBind( IndexBuffer::Resolve( gfx,geometryTag,model.indices ) );
AddBind( Texture::Resolve( gfx,"Images\\brickwall.jpg" ) ); AddBind( Texture::Resolve( gfx,"Images\\brickwall.jpg" ) );
AddBind( Texture::Resolve( gfx,"Images\\brickwall_normal.jpg",1u ) );
auto pvs = VertexShader::Resolve( gfx,"PhongVS.cso" ); auto pvs = VertexShader::Resolve( gfx,"PhongVS.cso" );
auto pvsbc = pvs->GetBytecode(); auto pvsbc = pvs->GetBytecode();
......
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