summaryrefslogtreecommitdiff
path: root/testdata/HyperbolicParaboloic.lc
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/HyperbolicParaboloic.lc')
-rw-r--r--testdata/HyperbolicParaboloic.lc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/HyperbolicParaboloic.lc b/testdata/HyperbolicParaboloic.lc
index 5f823f04..491bbc4e 100644
--- a/testdata/HyperbolicParaboloic.lc
+++ b/testdata/HyperbolicParaboloic.lc
@@ -1,6 +1,6 @@
1lineVertexStream = fetchArrays Line $ concat $ 1lineVertexStream = fetchArrays Line $ concat $
2 [[V3 i (-3.0) 0.0, V3 i 3.0 0.0] | i <- [(-3.0)..3.0] ] 2 [[V3 i (-3.0) 0.0, V3 i 3.0 0.0] | i <- [-3.0..3.0] ]
3 `append` [[V3 (-3.0) i 0.0, V3 3.0 i 0.0] | i <- [(-3.0)..3.0] ] 3 ++ [[V3 (-3.0) i 0.0, V3 3.0 i 0.0] | i <- [-3.0..3.0] ]
4 4
5clear = FrameBuffer $ (DepthImage @1 1000, ColorImage @1 white) -- ... 5clear = FrameBuffer $ (DepthImage @1 1000, ColorImage @1 white) -- ...
6 6