Interface PrimitiveDescriptor

interface PrimitiveDescriptor {
    attributeSemantics: VertexAttributeSemanticsJoinedString[];
    attributes: TypedArray[];
    indices?: TypedArray;
    material?: Material;
    primitiveMode: PrimitiveModeEnum;
}

Hierarchy (view full)

Properties

attributes: TypedArray[]
indices?: TypedArray
material?: Material

attach a rhodonite material to this plane(the default material is the classicUberMaterial

primitiveMode: PrimitiveModeEnum