From ec7cde01da88564eeb96c79905350a8fe34f8288 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Sat, 24 Apr 2010 21:26:30 +0100 Subject: [PATCH] Added Cube example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f2e120a..b620483f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ### Examples +[![cube.png](http://github.com/mrdoob/three.js/raw/master/examples/geometry/cube.png)](http://mrdoob.com/lab/javascript/three/geometry/cube.html) [![random.png](http://github.com/mrdoob/three.js/raw/master/examples/particles/random.png)](http://mrdoob.com/lab/javascript/three/particles/random.html) [![waves.png](http://github.com/mrdoob/three.js/raw/master/examples/particles/waves.png)](http://mrdoob.com/lab/javascript/three/particles/waves.html) [![floor.png](http://github.com/mrdoob/three.js/raw/master/examples/particles/floor.png)](http://mrdoob.com/lab/javascript/three/particles/floor.html)