summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-11-23 22:43:01 -0800
committerMatt Turner <mattst88@gmail.com>2014-11-26 12:48:27 -0800
commit6c54605a1d7c17383688219b3c8dc139ca80e9f3 (patch)
treeee5392d65193f4590fa58a05dfe7f52c453cbb52
parent849768f3b063ab0bf9932f47b950c9a22d56e14c (diff)
Remove [vertex data] and [test] sections from orbital explorer.
-rw-r--r--shaders/orbital_explorer.shader_test17
1 files changed, 0 insertions, 17 deletions
diff --git a/shaders/orbital_explorer.shader_test b/shaders/orbital_explorer.shader_test
index 70ea084..4faa30b 100644
--- a/shaders/orbital_explorer.shader_test
+++ b/shaders/orbital_explorer.shader_test
@@ -617,20 +617,3 @@ void main(void)
// TODO
}
}
-
-[vertex data]
-position/float/4 rim/float/3
--1 -1 -2 1 1 1 1
--1 1 -3 1 1 1 1
- 1 -1 -3 1 1 1 1
- 1 1 -2 1 1 1 1
-
-[test]
-# Frustum with n=1 f=10 l=-1 r=1 b=-1 t=1
-uniform mat4 modelViewProjMatrix 1 0 0 0 0 1 0 0 0 0 -1.222 -1 0 0 -2.222 0
-uniform vec2 nearfar 1 10
-uniform float solidDepth 1.0
-uniform int depth_obscuration 0
-clear color 0 0 0 0
-clear
-draw arrays GL_LINES_ADJACENCY 0 4