|
@@ -11,9 +11,7 @@
|
|
|
<h1>三维物体([name])</h1>
|
|
|
|
|
|
<p class="desc">
|
|
|
- 这是Three.js中大部分对象的基类,提供了一系列的属性和方法来对三维空间中的物体进行操纵。
|
|
|
- This is the base class for most objects in three.js and provides a set of properties and methods
|
|
|
- for manipulating objects in 3D space.<br /><br />
|
|
|
+ 这是Three.js中大部分对象的基类,提供了一系列的属性和方法来对三维空间中的物体进行操纵。<br /><br />
|
|
|
|
|
|
请注意,它可以通过[page:.add]( object )方法来将对象进行组合,该方法将对象添加为子对象,但为此最好使用[page:Group](来作为父对象)。
|
|
|
</p>
|