rhodonite
    Preparing search index...

    Interface PrimitiveDescriptor

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

    Hierarchy (View Summary)

    Index

    Properties

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

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

    primitiveMode: PrimitiveModeEnum