Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Luis Penaranda
/
panoramic
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2978dddc
authored
Aug 14, 2013
by
Luis Penaranda
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
test_vertex_shader -> vertex_shader
1 parent
6de802e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
openglcanvas.cpp
pano_interface_1.pro
shaders/test_vertex_shader.vert → shaders/vertex_shader.vert
openglcanvas.cpp
View file @
2978ddd
...
...
@@ -16,7 +16,7 @@
#include "files.h"
#define VERT_SHADER_FILE "
test_
vertex_shader.vert"
#define VERT_SHADER_FILE "vertex_shader.vert"
#define FRAG_SHADER_FILE "fragment_shader.frag"
#define CONST_PI 3.141592653589793115997963468544185161590576171875
...
...
pano_interface_1.pro
View file @
2978ddd
...
...
@@ -79,4 +79,4 @@ FORMS += panowindow1.ui
OTHER_FILES
+=
\
shaders
/
fragment_shader
.
frag
\
shaders
/
test_
vertex_shader
.
vert
shaders
/
vertex_shader
.
vert
shaders/
test_
vertex_shader.vert
→
shaders/vertex_shader.vert
View file @
2978ddd
File moved
Write
Preview
Markdown
is supported
Attach a file
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 post a comment