Interface SymbolMaterialProps

interface SymbolMaterialProps {
    borderColor?: ColorRepresentation;
    borderWidth?: number;
    fadeDistance?: number;
    shape?: "circle" | "square" | "triangle";
    vertexBorderColor?: boolean;
    vertexSize?: boolean;
}

Hierarchy

  • PointsMaterialParameters
    • SymbolMaterialProps

Properties

borderColor?: ColorRepresentation

边框颜色

borderWidth?: number

边框宽

fadeDistance?: number

透明度随相机距离大小

shape?: "circle" | "square" | "triangle"

默认正方形

vertexBorderColor?: boolean

使用顶点边框颜色

vertexSize?: boolean

使用顶点大小