remove debug code

This commit is contained in:
Brian 2007-01-18 15:23:45 -07:00
parent f43eac3ed8
commit e4e66476a9
1 changed files with 0 additions and 4 deletions

View File

@ -45,7 +45,6 @@ void main()
distance[2] = dot(p, HalfSpace2);
distance[3] = dot(p, HalfSpace3);
#if 1
distance = smoothstep(-FWidth, FWidth, distance);
inorout += dot(distance, vec4(1.0));
@ -73,7 +72,4 @@ void main()
surfColor += SpecularColor * intensity;
gl_FragColor = surfColor;
#else
gl_FragColor = distance;
#endif
}