提交 4020b6bd 编写于 作者: J jox81

Update PlaneGeometry.html

上级 4862f5f1
......@@ -11,7 +11,16 @@
<h1>[name]</h1>
<div class="desc">todo</div>
<div class="desc">A class for generating plane geometries</div>
<h2>Example</h2>
<code>var geometry = new THREE.PlaneGeometry( 5, 20 );
var material = new THREE.MeshBasicMaterial( {color: 0xffff00, side: THREE.DoubleSide} );
var plane = new THREE.Mesh( geometry, material );
scene.add( plane );
</code>
<h2>Constructor</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册