vue-cesium
Version:
Vue 3.x components for CesiumJS.
12 lines (11 loc) • 566 B
TypeScript
declare class ParticlesRendering {
textures: any;
framebuffers: any;
primitives: any;
constructor(context: any, data: any, particleSystemOptions: any, viewerParameters: any, particlesComputing: any);
createRenderingTextures(context: any, data: any): void;
createRenderingFramebuffers(context: any): void;
createSegmentsGeometry(particleSystemOptions: any): Cesium.Geometry;
createRenderingPrimitives(context: any, particleSystemOptions: any, viewerParameters: any, particlesComputing: any): void;
}
export default ParticlesRendering;