Enum ncollide::procedural::IndexBuffer [] [src]

pub enum IndexBuffer {
    Unified(Vec<PointBase<u32, U3, MatrixArray<u32, U3, U1>>>),
    Split(Vec<PointBase<PointBase<u32, U3, MatrixArray<u32, U3, U1>>, U3, MatrixArray<PointBase<u32, U3, MatrixArray<u32, U3, U1>>, U3, U1>>>),
}

Different representations of the index buffer.

Variants

The vertex, normal, and uvs share the same indices.

The vertex, normal, and uvs have different indices.

Methods

impl IndexBuffer
[src]

Returns the unified index buffer data or fails.

Returns the split index buffer data or fails.

Trait Implementations

impl Debug for IndexBuffer
[src]

impl Clone for IndexBuffer
[src]