PointCloudRGBRenderer
PointCloudRGBRenderer 根据颜色属性的值定义 PointCloudLayer 中每个点的颜色。
关系
Extends
PointCloudRGBRenderer Extends PointCloudRenderer
构造函数
PointCloudRGBRenderer
PointCloudRGBRenderer 根据颜色属性的值定义 PointCloudLayer 中每个点的颜色。
new PointCloudRGBRenderer(properties?)
参数
- properties?:
PointCloudRGBRendererProperties
返回:PointCloudRGBRenderer PointCloudRGBRenderer对象
属性
field
包含用于驱动可视化的 RGB 值的字段名称。
field: string
类型: string
pointsPerInch
每显示英寸绘制的点数。
pointsPerInch: number
类型: number
type
渲染器的类型。
type: "point-cloud-rgb"
类型: "point-cloud-rgb"
访问器
colorModulation
根据另一个字段的值(通常是 intensity)降低点颜色的亮度。
get colorModulation(): PointCloudRendererColorModulation
返回: PointCloudRendererColorModulation 根据另一个字段的值(通常是 intensity)降低点颜色的亮度。
set colorModulation(value: PointCloudRendererColorModulationProperties): void
返回: void
pointSizeAlgorithm
指定如何计算点云中点的大小以进行渲染。
get pointSizeAlgorithm(): PointSizeFixedSizeAlgorithm | PointSizeSplatAlgorithm
返回: PointSizeFixedSizeAlgorithm | PointSizeSplatAlgorithm 指定如何计算点云中点的大小以进行渲染。
set pointSizeAlgorithm(value: PointSizeFixedSizeAlgorithmProperties & object | PointSizeSplatAlgorithmProperties & object): void
参数
- value:
PointSizeFixedSizeAlgorithmProperties&object|PointSizeSplatAlgorithmProperties&object
返回: void
方法
clone
创建渲染器的深度克隆。
clone(): PointCloudRGBRenderer
返回:PointCloudRGBRenderer
toJSON
将此类的实例转换为其 JSON 表示形式。
toJSON(): any
返回:any

BIMFlux AI
