From 8e735080a3f45a90f9952f1ff883260b1230fdf1 Mon Sep 17 00:00:00 2001 From: Joe Crayne Date: Sun, 26 May 2019 00:59:50 -0400 Subject: Render curve points as line strips rather than points. --- MeshSketch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MeshSketch.hs') diff --git a/MeshSketch.hs b/MeshSketch.hs index 6475d27..d598bbd 100644 --- a/MeshSketch.hs +++ b/MeshSketch.hs @@ -330,7 +330,7 @@ new = do "uvw" @: Attribute_V3F defObjectArray "plane" Triangles $ do "position" @: Attribute_V4F - defObjectArray "Points" Points $ do + defObjectArray "Points" Lines $ do "position" @: Attribute_V3F "color" @: Attribute_V3F defUniforms $ do -- cgit v1.2.3