param |
object
|
Properties
| Name |
Type |
Description |
data |
object
|
剪辑形状数据 {position: [x, y, z, x1, y1, y2, .... ], index: [1 ,2, 3, ...]} |
alphaThreshold |
number
|
默认值 0 范围 0 - 1 |
opacity |
number
|
默认值 0 范围 0 - 1 |
unitDistanceOpacity |
number
|
默认值 1.2 范围 0 - 10 |
mixType |
string
|
混合类型 "mix" 或 "normal" 默认值 "normal" |
colorRampTexture |
ImageTexture
|
颜色渐变纹理 |
ValueAffectsOpacity |
boolean
|
值是否影响透明度 默认值 true |
volumeSize |
Array
|
体积大小 [x, y, z] |
volumeOffset |
Array
|
体积偏移 [x, y, z] |
volumeRotation |
Array
|
体积旋转 [x, y, z] |
particleRadius |
number
|
粒子半径 默认值 0.7 |
particleDensity |
number
|
粒子密度 默认值 1.6 |
isParticleBased |
boolean
|
是否粒子化 默认值 true |
|