UNPKG

@three3d/volume

Version:

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

10 lines (9 loc) 357 B
declare module "three/addons/shaders/VolumeShader.js" { import type {Vector3,Vector2,Texture,Data3DTexture} from "three" import type {VolumeRenderStyle,VolumeMaterialUniforms} from "./VolumeMaterial" export const VolumeRenderShader1:{ uniforms: VolumeMaterialUniforms, vertexShader:string, fragmentShader:string, } }