Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
99809d43
Commit
99809d43
authored
Mar 14, 2013
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
18b28301
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/pointRenderer/shaders/WMPointRenderer-vertex.glsl
...modules/pointRenderer/shaders/WMPointRenderer-vertex.glsl
+1
-1
No files found.
src/modules/pointRenderer/shaders/WMPointRenderer-vertex.glsl
View file @
99809d43
...
@@ -56,7 +56,7 @@ void main()
...
@@ -56,7 +56,7 @@ void main()
// use clipping planes to cut away parts
// use clipping planes to cut away parts
v_clip
=
0
.
0
;
v_clip
=
0
.
0
;
// TODO(ebaum): implement this using proper clip-plane implementation
// TODO(ebaum): implement this using proper clip-plane implementation
// v_clip = float(
(
gl_Vertex.x > 500. ) || (gl_Vertex.y>500.) );
// v_clip = float(
(
gl_Vertex.x > 500.
0
) || (
gl_Vertex.y>500.
0
) );
// forward to geometry shader
// forward to geometry shader
gl_FrontColor
=
gl_Color
;
gl_FrontColor
=
gl_Color
;
...
...
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