From 6c54605a1d7c17383688219b3c8dc139ca80e9f3 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 23 Nov 2014 22:43:01 -0800 Subject: Remove [vertex data] and [test] sections from orbital explorer. --- shaders/orbital_explorer.shader_test | 17 ----------------- 1 file changed, 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 -- cgit v1.2.3