UNPKG
weather-te
Version:
latest (0.2.3)
0.2.3
0.2.2
A light weather visualization library.
weather-te
/
dist
/
renderer
/
webgl
/
particle-program-wind.d.ts
5 lines
(4 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
import { ParticleProgram } from
'./particle-program'
; export declare
class
ParticleProgramWind
extends
ParticleProgram
{ createProgram(gl: WebGLRenderingContext): void; }