From 91cca64ef9bacac147d59bc6c1f096884f405f6b Mon Sep 17 00:00:00 2001 From: Laurent Le Goff Date: Thu, 26 Mar 2015 11:02:32 +0100 Subject: [PATCH] Update notes.md --- draw2dgl/notes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/draw2dgl/notes.md b/draw2dgl/notes.md index f6a91ee..0c21456 100644 --- a/draw2dgl/notes.md +++ b/draw2dgl/notes.md @@ -1,5 +1,6 @@ Rendering Vector Art OpenGl References: -https://www.youtube.com/watch?v=K5u8ZZBWSdw -http://http.developer.nvidia.com/GPUGems3/gpugems3_ch25.html -http://research.microsoft.com/en-us/um/people/cloop/loopblinn05.pdf +* https://www.youtube.com/watch?v=K5u8ZZBWSdw +* http://http.developer.nvidia.com/GPUGems3/gpugems3_ch25.html +* http://research.microsoft.com/en-us/um/people/cloop/loopblinn05.pdf +* https://github.com/openframeworks/openFrameworks/issues/1190