summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-05-20 18:36:58 +0300
committerYuval Adam <yuv.adm@gmail.com>2012-05-20 18:36:58 +0300
commit51981d06f90656ab8e64d795117a838b1f3ed4ba (patch)
tree70409e9865a484ec6834b529d3b67d8c89221053
parentf8f1b583c034810b795b37510603fb147ff3f60e (diff)
three.js link
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4f1dc2d..c78b9fe 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,7 @@ var tree = lsys.iterate(2);
console.log(tree); // F-F+FF-F-F+FF+F-F+FFF-F+FF
var coords = lsys.draw(Math.PI / 2);
console.log(coords); // [[[0,0,0], [0,1,0], [1,1,0], ... ]]</pre>
- <p>These coordinates can now be plotted by any front-end. For example, using THREE.js:</p>
+ <p>These coordinates can now be plotted by any front-end. For example, using <a href="http://mrdoob.github.com/three.js/">THREE.js</a>:</p>
<pre class="prettyprint">
for (var i=0; i&lt;coords.length; i++) {
var branch = [];