From 3433b49cbad077be96818df7bf60f45422490d85 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Thu, 13 Oct 2011 05:12:01 +0200 Subject: [PATCH] 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 ###