Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
hw3d
Commits
a1bca09b
Commit
a1bca09b
authored
Aug 04, 2019
by
chili
Browse files
normal map "working", but...
parent
0c7633c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw3d/TestPlane.cpp
View file @
a1bca09b
...
...
@@ -15,6 +15,7 @@ TestPlane::TestPlane( Graphics& gfx,float size )
AddBind
(
IndexBuffer
::
Resolve
(
gfx
,
geometryTag
,
model
.
indices
)
);
AddBind
(
Texture
::
Resolve
(
gfx
,
"Images
\\
brickwall.jpg"
)
);
AddBind
(
Texture
::
Resolve
(
gfx
,
"Images
\\
brickwall_normal.jpg"
,
1u
)
);
auto
pvs
=
VertexShader
::
Resolve
(
gfx
,
"PhongVS.cso"
);
auto
pvsbc
=
pvs
->
GetBytecode
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment