Skip to content

KBE3D / KBCore / materials / CylinderWaveMaterialOptions

接口: CylinderWaveMaterialOptions

圆锥: 波纹扩散效果材质构造器类型 - Primitive使用

属性

color?

optional color: string | Color

波纹的颜色。默认为new Cesium.Color(2, 1, 0.0, 0.8)。 可以是字符串或Cesium.Color对象。


repeat?

optional repeat: number

圈的数量。默认为30


thickness?

optional thickness: number

圈的宽度比例。默认为0.3


frameRate?

optional frameRate: number

每秒刷新次数。默认为60。因为requestAnimationFrame固定每秒60次的渲染,所以如果不想这么快,就把该数值调小一些。

KBE3D @3.0.0 Copyright © 2024-present KBE3D