|
@@ -3,8 +3,6 @@ three.js
|
|
|
|
|
|
#### Javascript 3D Engine ####
|
|
#### 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.
|
|
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.
|
|
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.
|