From 77d7a999af6cc27b09c2f4826937f9a9bc1081f8 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Thu, 13 Oct 2011 04:34:00 +0200 Subject: [PATCH 1/2] Somehow the trails example got deleted... ? --- examples/webgl_trails.html | 120 +++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 examples/webgl_trails.html diff --git a/examples/webgl_trails.html b/examples/webgl_trails.html new file mode 100644 index 00000000..dbeb842f --- /dev/null +++ b/examples/webgl_trails.html @@ -0,0 +1,120 @@ + + + + three.js webgl - trails + + + + + + + + + + + + + + + From 3433b49cbad077be96818df7bf60f45422490d85 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Thu, 13 Oct 2011 05:12:01 +0200 Subject: [PATCH 2/2] Beautified usage example. --- README.md | 63 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 6a9408a8..3ad73ae7 100644 --- a/README.md +++ b/README.md @@ -82,57 +82,60 @@ More? [#three.js on irc.freenode.net](http://webchat.freenode.net/?channels=thre Download the [minified library](http://mrdoob.github.com/three.js/build/Three.js) and include it in your html. - +```html + +``` This code creates a camera, then creates a scene, adds a cube on it, creates a <canvas> renderer and adds its viewport in the document.body element. - + } + +``` ### Change Log ###