소스 검색

Docs: Clean up CSS3DRenderer

Mugen87 7 년 전
부모
커밋
c3a9ce92d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/examples/renderers/CSS3DRenderer.html

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

@@ -18,7 +18,7 @@
 				<li>It's also not possible to use geometries.</li>
 				<li>Only [page:PerspectiveCamera] is supported right now.</li>
 			</ul>
-			Instead, you have to build your scene with ordinary DOM elements. The elements are wrapped into special objects (*CSS3DObject* or *CSS3DSprite*) and then added to the scene graph.
+			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>
 
 		<script>