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

Docs: Fixed CubeCamera and CombinedCamera.

上级 d85c2ae2
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<script src="../../../list.js"></script> <script src="../../list.js"></script>
<script src="../../../page.js"></script> <script src="../../page.js"></script>
<link type="text/css" rel="stylesheet" href="../../../page.css" /> <link type="text/css" rel="stylesheet" href="../../page.css" />
</head> </head>
<body> <body>
[page:Object3D] &rarr; [page:Object3D] &rarr;
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<h3>[property:WebGLRenderTargetCube renderTarget]</h3> <h3>[property:WebGLRenderTargetCube renderTarget]</h3>
<div> <div>
The camera renders to this target. The camera renders to this target.
</div> </div>
<h2>Methods</h2> <h2>Methods</h2>
......
...@@ -19,6 +19,7 @@ var list = { ...@@ -19,6 +19,7 @@ var list = {
"Cameras": [ "Cameras": [
[ "Camera", "api/cameras/Camera" ], [ "Camera", "api/cameras/Camera" ],
[ "CubeCamera", "api/cameras/CubeCamera" ],
[ "OrthographicCamera", "api/cameras/OrthographicCamera" ], [ "OrthographicCamera", "api/cameras/OrthographicCamera" ],
[ "PerspectiveCamera", "api/cameras/PerspectiveCamera" ] [ "PerspectiveCamera", "api/cameras/PerspectiveCamera" ]
], ],
...@@ -169,12 +170,6 @@ var list = { ...@@ -169,12 +170,6 @@ var list = {
[ "AnimationMorphTarget", "api/extras/animation/AnimationMorphTarget" ] [ "AnimationMorphTarget", "api/extras/animation/AnimationMorphTarget" ]
], ],
"Extras / Cameras": [
[ "CombinedCamera", "api/cameras/CombinedCamera" ],
[ "CubeCamera", "api/cameras/CubeCamera" ]
],
"Extras / Core": [ "Extras / Core": [
[ "Curve", "api/extras/core/Curve" ], [ "Curve", "api/extras/core/Curve" ],
[ "CurvePath", "api/extras/core/CurvePath" ], [ "CurvePath", "api/extras/core/CurvePath" ],
...@@ -243,6 +238,7 @@ var list = { ...@@ -243,6 +238,7 @@ var list = {
], ],
"Examples" : [ "Examples" : [
[ "CombinedCamera", "api/examples/cameras/CombinedCamera" ],
[ "LookupTable", "api/examples/Lut" ] [ "LookupTable", "api/examples/Lut" ]
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册