Browse Source

Docs: Clean up CSS3DRenderer

Mugen87 7 years ago
parent
commit
c3a9ce92d4
1 changed files with 1 additions and 1 deletions
  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>