|
@@ -1,9 +1,9 @@
|
|
|
-three.js - Javascript 3D Engine
|
|
|
+three.js - JavaScript 3D library
|
|
|
===============================
|
|
|
|
|
|
-The aim of the project is to create a lightweight 3D engine with a very low
|
|
|
-level of complexity — in other words, for dummies. The engine can render using
|
|
|
-<canvas>, <svg> and WebGL.
|
|
|
+The aim of the project is to create a lightweight 3D library with a very low
|
|
|
+level of complexity — in other words, for dummies. The library provides
|
|
|
+<canvas>, <svg> and WebGL renderers.
|
|
|
|
|
|
* `Clone on GitGub <https://github.com/mrdoob/three.js>`_
|
|
|
* `Report an Issue <https://github.com/mrdoob/three.js/issues>`_
|
|
@@ -13,17 +13,19 @@ Contents
|
|
|
--------
|
|
|
|
|
|
.. toctree::
|
|
|
- :maxdepth: 1
|
|
|
+ :maxdepth: 1
|
|
|
|
|
|
- changelog.rst
|
|
|
- tutorials/index.rst
|
|
|
+ changelog.rst
|
|
|
+ tutorials/index.rst
|
|
|
|
|
|
API
|
|
|
---
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
- api/THREE.rst
|
|
|
+ api/cameras/index.rst
|
|
|
+ api/core/index.rst
|
|
|
+ api/lights/index.rst
|
|
|
|
|
|
Indices and tables
|
|
|
==================
|