Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
请问如何获得一个网格所有相邻的其他网格,谢谢大家!
@haoransun
//面相邻的网格 mesh.cellCells() //线相邻的网格 mesh.edgeCells() //点相邻的网格 mesh.pointCells()
@tens 好的!非常感谢您