Type Definition plexus::buffer::MeshBuffer3
source · [−]pub type MeshBuffer3<N, G> = MeshBuffer<Trigon<N>, G>;Expand description
Triangular MeshBuffer.
The index buffer for this type contains Trigons. For applications where
a flat index buffer is necessary, consider IntoFlatIndex or the
Flat3 meta-grouping.