From 7b19571fb6216d85ca7c49295d48884cd6d944f5 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Mon, 18 Jun 2012 20:01:27 +0000 Subject: [PATCH] added note in the Toroid example --- java/libraries/opengl/examples/Form/Toroid/Toroid.pde | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/libraries/opengl/examples/Form/Toroid/Toroid.pde b/java/libraries/opengl/examples/Form/Toroid/Toroid.pde index f79a8d174..4e03b01f4 100755 --- a/java/libraries/opengl/examples/Form/Toroid/Toroid.pde +++ b/java/libraries/opengl/examples/Form/Toroid/Toroid.pde @@ -1,3 +1,6 @@ +// Strange "lights flashing" effect, particularly noticeable at low res (pts=10, segments=20) +// ...some problem with the automatic normal calculation maybe? + /** * Interactive Toroid * by Ira Greenberg.