未验证 提交 67d75607 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #16034 from amitlzkpa/update_meshraycast_doc

update Mesh.raycast documentation to state it is not ordered
......@@ -95,7 +95,7 @@
<h3>[method:null raycast]( [param:Raycaster raycaster], [param:Array intersects] )</h3>
<p>
Get intersections between a casted ray and this mesh.
[page:Raycaster.intersectObject] will call this method.
[page:Raycaster.intersectObject] will call this method, but the results are not ordered.
</p>
<h3>[method:null updateMorphTargets]()</h3>
......
......@@ -91,7 +91,7 @@
<h3>[method:null raycast]( [param:Raycaster raycaster], [param:Array intersects] )</h3>
<p>
在一条投射出去的[page:Ray](射线)和这个网格之间产生交互。
[page:Raycaster.intersectObject]将会调用这个方法
[page:Raycaster.intersectObject]将会调用这个方法但是这个结果是未排序的
</p>
<h3>[method:null updateMorphTargets]()</h3>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册