Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将正方形而不是三角形送入 BufferGeometry ?
如果是这样,如何?我查看了源代码,但似乎没有任何具体内容。当我尝试简单地更改属性中的 numItems 值时,我得到以下显示:
不,不可能。BufferGeometry针对 WebGL 进行了优化,而 WebGL 不支持四边形 ( Face4)。不过,您可以使用 2 个三角形构造一个。
BufferGeometry
Face4