|
@@ -3,6 +3,8 @@ three.js
|
|
|
|
|
|
#### Javascript 3D Engine ####
|
|
|
|
|
|
+[](http://flattr.com/thing/287/three-js)
|
|
|
+
|
|
|
Currently the engine only supports particles and triangles/quads with flat colors. The aim is to keep the code as simple and modular as possible.
|
|
|
|
|
|
At the moment the engine can render using <canvas> and <svg>. WebGL rendering would come at a later stage but feel free to fork the project and have a go.
|
|
@@ -11,8 +13,6 @@ Although this allows 3D for iPhoneOS and Android platforms the performance on th
|
|
|
|
|
|
[More info...](http://mrdoob.com/blog/post/693)
|
|
|
|
|
|
-[](http://flattr.com/thing/287/three-js)
|
|
|
-
|
|
|
### Examples ###
|
|
|
|
|
|
[](http://mrdoob.com/lab/javascript/three/geometry/cube.html)
|