Reputation: 7353
When using BufferGeometry, how can I assign a material to a face ?
Is there something like an array containing the same informations that Face#materialIndex ?
Face#materialIndex
Upvotes: 1
Views: 1607
Reputation: 19602
BufferGeometry doesn't support MeshFaceMaterial.
BufferGeometry
MeshFaceMaterial
Upvotes: 2