diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-05-20 18:36:58 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-05-20 18:36:58 +0300 |
| commit | 51981d06f90656ab8e64d795117a838b1f3ed4ba (patch) | |
| tree | 70409e9865a484ec6834b529d3b67d8c89221053 | |
| parent | f8f1b583c034810b795b37510603fb147ff3f60e (diff) | |
three.js link
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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<coords.length; i++) { var branch = []; |
