提交 d5adf4c9 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10623 from BrianSipple/dev

[DOCS] Update documentation for `SceneUtils.createMultiMaterialObject`
......@@ -16,14 +16,14 @@
<h2>Methods</h2>
<h3>[method:Object3D createMultiMaterialObject]( [page:Geometry geometry], [page:Array materials] )</h3>
<h3>[method:Group createMultiMaterialObject]( [page:Geometry geometry], [page:Array materials] )</h3>
<div>
geometry -- The geometry for the Object. <br />
geometry -- The geometry for the set of materials. <br />
materials -- The materials for the object.
</div>
<div>
Creates an new Object3D an new mesh for each material defined in materials. Beware that this is not the same as MultiMaterial which defines multiple material for 1 mesh.<br />
This is mostly useful for object that need a material and a wireframe implementation.
Creates a new Group that contains a new mesh for each material defined in materials. Beware that this is not the same as MultiMaterial which defines multiple material for 1 mesh.<br />
This is mostly useful for objects that need both a material and a wireframe implementation.
</div>
<h3>[method:null attach]( [page:Object3D child], [page:Object3D scene], [page:Object3D parent] )</h3>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册