Type alias PointMaterialOptions

PointMaterialOptions: {
    color: string;
    fill: boolean;
    outline: boolean;
    outlineColor: string;
    outlineWidth: number;
    uniforms: {
        [key: string]: any;
    };
}

Type declaration

  • color: string
  • fill: boolean
  • outline: boolean
  • outlineColor: string
  • outlineWidth: number
  • uniforms: {
        [key: string]: any;
    }
    • [key: string]: any