UNPKG

@three3d/volume

Version:

@three3d/volume 提供了 ThreeJS 的云效果,包括:点状云、线状云、热力云

20 lines (12 loc) 712 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [GradientFogPointsOptions](./volume.gradientfogpointsoptions.md) ## GradientFogPointsOptions interface **Signature:** ```typescript export interface GradientFogPointsOptions extends GradientFogPointsGeometryOptions ``` **Extends:** [GradientFogPointsGeometryOptions](./volume.gradientfogpointsgeometryoptions.md) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [gradient?](./volume.gradientfogpointsoptions.gradient.md) | | GradientTextureOptions \| null | _(Optional)_ 数值的梯度映射纹理 |