UNPKG

@three3d/volume

Version:

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

29 lines (17 loc) 618 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [createHeatData3D](./volume.createheatdata3d.md) ## createHeatData3D() function 创建热力3D数据 **Signature:** ```typescript export declare function createHeatData3D(options: HeatData3DOptions): { data: number[]; size: Vector3; }; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | [HeatData3DOptions](./volume.heatdata3doptions.md) | | **Returns:** { data: number\[\]; size: Vector3; }