|
@@ -1,5 +1,11 @@
|
|
(Very early stage) javascript 3D engine which can use <canvas> and/org <svg> as renderer.
|
|
(Very early stage) javascript 3D engine which can use <canvas> and/org <svg> as renderer.
|
|
|
|
|
|
|
|
+### Examples
|
|
|
|
+
|
|
|
|
+[](http://mrdoob.com/lab/javascript/three/particles/random.html)
|
|
|
|
+[](http://mrdoob.com/lab/javascript/three/particles/waves.html)
|
|
|
|
+[](http://mrdoob.com/lab/javascript/three/particles/floor.html)
|
|
|
|
+
|
|
### How to use
|
|
### How to use
|
|
|
|
|
|
var container;
|
|
var container;
|
|
@@ -39,12 +45,6 @@
|
|
renderer.render(scene, camera);
|
|
renderer.render(scene, camera);
|
|
}
|
|
}
|
|
|
|
|
|
-### Examples
|
|
|
|
-
|
|
|
|
-[](http://mrdoob.com/lab/javascript/three/particles/random.html)
|
|
|
|
-[](http://mrdoob.com/lab/javascript/three/particles/waves.html)
|
|
|
|
-[](http://mrdoob.com/lab/javascript/three/particles/floor.html)
|
|
|
|
-
|
|
|
|
### Change Log
|
|
### Change Log
|
|
|
|
|
|
2010 04 24 - **r001**
|
|
2010 04 24 - **r001**
|