瀏覽代碼

update the doc

yomotsu 7 年之前
父節點
當前提交
7f79277e62
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/examples/renderers/CSS3DRenderer.html

+ 1 - 1
docs/examples/renderers/CSS3DRenderer.html

@@ -16,7 +16,6 @@
 			<ul>
 				<li>It's not possible to use the material system of *three.js*.</li>
 				<li>It's also not possible to use geometries.</li>
-				<li>Only [page:PerspectiveCamera] is supported right now.</li>
 			</ul>
 			So [name] is just focused on ordinary DOM elements. These elements are wrapped into special objects (*CSS3DObject* or *CSS3DSprite*) and then added to the scene graph.
 		</div>
@@ -44,6 +43,7 @@
 			[example:css3d_panorama panorama]<br />
 			[example:css3d_periodictable periodictable]<br />
 			[example:css3d_sprites sprites]<br />
+			[example:css3d_orthographic orthographic camera]<br />
 		</div>
 
 		<h2>Constructor</h2>