提交 a31d23e7 编写于 作者: M Mr.doob

Little tweaks to the documentation.

上级 3f1c390e
......@@ -2,6 +2,7 @@ Cameras
=======
.. toctree::
Camera
OrthographicCamera
PerspectiveCamera
Camera
OrthographicCamera
PerspectiveCamera
Core Classes
============
Core
====
.. toctree::
Clock
Color
Edge
Face3
Face4
Geometry
Math
Matrix3
Matrix4
Object3D
Projector
Quaternion
Ray
Rectangle
Spline
UV
Vector2
Vector3
Vector4
Vertex
Clock
Color
Edge
Face3
Face4
Geometry
Math
Matrix3
Matrix4
Object3D
Projector
Quaternion
Ray
Rectangle
Spline
UV
Vector2
Vector3
Vector4
Vertex
......@@ -2,9 +2,9 @@ Lights
======
.. toctree::
Light
AmbientLight
DirectionalLight
PointLight
SpotLight
Light
AmbientLight
DirectionalLight
PointLight
SpotLight
......@@ -48,9 +48,9 @@ copyright = u'2010-2012, three.js Authors'
# built documents.
#
# The short X.Y version.
version = 'r48dev'
version = '48dev'
# The full version, including alpha/beta/rc tags.
release = 'r48dev'
release = '48dev'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
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
==================
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册