diff options
| -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 = []; |
