projects
/
csrpg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f1b59
)
removed extranious comments
author
matthew
<matthew@owens.tech>
Sat, 3 Nov 2018 16:12:40 +0000
(16:12 +0000)
committer
matthew
<matthew@owens.tech>
Sat, 3 Nov 2018 16:12:40 +0000
(16:12 +0000)
shaders/crate/crate.vert
patch
|
blob
|
history
diff --git
a/shaders/crate/crate.vert
b/shaders/crate/crate.vert
index
c58ceb7
..
22ba628
100644
(file)
--- a/
shaders/crate/crate.vert
+++ b/
shaders/crate/crate.vert
@@
-8,8
+8,6
@@
uniform mat4 camera;
void main()
{
- //gl_Position = transform * vec4(aPos, 1.0);
gl_Position = camera * transform * vec4(aPos, 1.0);
- //gl_Position = camera * vec4(aPos, 1.0);
vTex = aTex;
}