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.
如何在不重新生成子网格顶点的情况下设置它的颜色?Mesh 类具有设置子网格的三角形和索引的方法,但没有其他方法。
您不能为子网格设置任何顶点属性。您只能为整个网格分配属性,并根据需要将其拆分为子网格。如果您愿意,可以考虑这种“再生”;我不认识这个词。