_TriangleLayerProps: {
    aggregationMode: string;
    colorDomain: number[];
    colorTexture: Texture;
    data: { attributes: { positions: Buffer; texCoords: Buffer } };
    intensity: number;
    maxTexture: Texture;
    threshold: number;
    vertexCount: number;
    weightsTexture: Texture;
}

Type declaration

  • aggregationMode: string
  • colorDomain: number[]
  • colorTexture: Texture
  • data: { attributes: { positions: Buffer; texCoords: Buffer } }
  • intensity: number
  • maxTexture: Texture
  • threshold: number
  • vertexCount: number
  • weightsTexture: Texture