Interface LineDescriptor

Descriptor interface for configuring Line geometry generation

interface LineDescriptor {
    endPos?: IVector3;
    hasTerminalMark?: boolean;
    material?: Material;
    startPos?: IVector3;
}

Hierarchy (view full)

Properties

endPos?: IVector3

the end position

hasTerminalMark?: boolean

whether it has the terminal mark

material?: Material

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

startPos?: IVector3

the start position