Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
C-Fu
OpenGL
Commits
b9903e59
Commit
b9903e59
authored
Nov 07, 2016
by
Anakin
Browse files
new release build
parent
3d545b4e
Changes
4
Hide whitespace changes
Inline
Side-by-side
MshViewer/main.cpp
View file @
b9903e59
...
...
@@ -38,7 +38,7 @@ int main(int argc, char** argv)
openGL:
scene
->
loadMsh
(
"..
\\
Release
\\
Msh
\\
houseWOnull
.msh"
);
scene
->
loadMsh
(
"..
\\
Release
\\
Msh
\\
multipleModels
.msh"
);
do
{
scene
->
updateScene
();
...
...
Release/MshViewer.exe
View file @
b9903e59
No preview for this file type
Release/Shader/
Fragment
TextureShader.
mv2shdr
→
Release/Shader/TextureShader.
frag
View file @
b9903e59
File moved
Release/Shader/
Vertex
TextureShader.
mv2shdr
→
Release/Shader/TextureShader.
vert
View file @
b9903e59
...
...
@@ -13,7 +13,7 @@ uniform mat4 MVP;
void
main
(){
// Output position of the vertex, in clip space : MVP * position
gl_Position = MVP * vec4(vertexPosition_modelspace,1);
gl_Position
=
MVP
*
vec4
(
vertexPosition_modelspace
,
1
);
UV
=
vertexUV
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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