@tsparticles/updater-orbit
Version:
tsParticles particles orbit updater
2 lines (1 loc) • 5.73 kB
JavaScript
!function(t){t.__tsParticlesInternals=t.__tsParticlesInternals||{},t.__tsParticlesInternals.bundles=t.__tsParticlesInternals.bundles||{},t.__tsParticlesInternals.effects=t.__tsParticlesInternals.effects||{},t.__tsParticlesInternals.engine=t.__tsParticlesInternals.engine||{},t.__tsParticlesInternals.interactions=t.__tsParticlesInternals.interactions||{},t.__tsParticlesInternals.palettes=t.__tsParticlesInternals.palettes||{},t.__tsParticlesInternals.paths=t.__tsParticlesInternals.paths||{},t.__tsParticlesInternals.plugins=t.__tsParticlesInternals.plugins||{},t.__tsParticlesInternals.plugins=t.__tsParticlesInternals.plugins||{},t.__tsParticlesInternals.plugins.emittersShapes=t.__tsParticlesInternals.plugins.emittersShapes||{},t.__tsParticlesInternals.presets=t.__tsParticlesInternals.presets||{},t.__tsParticlesInternals.shapes=t.__tsParticlesInternals.shapes||{},t.__tsParticlesInternals.updaters=t.__tsParticlesInternals.updaters||{},t.__tsParticlesInternals.utils=t.__tsParticlesInternals.utils||{},t.__tsParticlesInternals.canvas=t.__tsParticlesInternals.canvas||{},t.__tsParticlesInternals.canvas=t.__tsParticlesInternals.canvas||{},t.__tsParticlesInternals.canvas.utils=t.__tsParticlesInternals.canvas.utils||{},t.__tsParticlesInternals.path=t.__tsParticlesInternals.path||{},t.__tsParticlesInternals.path=t.__tsParticlesInternals.path||{},t.__tsParticlesInternals.path.utils=t.__tsParticlesInternals.path.utils||{};var s="undefined"!=typeof Proxy?function(t){return new Proxy(t,{get:function(t,s){return s in t||(t[s]={}),t[s]}})}:function(t){return t};t.__tsParticlesInternals.bundles=s(t.__tsParticlesInternals.bundles),t.__tsParticlesInternals.effects=s(t.__tsParticlesInternals.effects),t.__tsParticlesInternals.interactions=s(t.__tsParticlesInternals.interactions),t.__tsParticlesInternals.palettes=s(t.__tsParticlesInternals.palettes),t.__tsParticlesInternals.paths=s(t.__tsParticlesInternals.paths),t.__tsParticlesInternals.plugins=s(t.__tsParticlesInternals.plugins),t.__tsParticlesInternals.plugins.emittersShapes=s(t.__tsParticlesInternals.plugins.emittersShapes),t.__tsParticlesInternals.presets=s(t.__tsParticlesInternals.presets),t.__tsParticlesInternals.shapes=s(t.__tsParticlesInternals.shapes),t.__tsParticlesInternals.updaters=s(t.__tsParticlesInternals.updaters),t.__tsParticlesInternals.utils=s(t.__tsParticlesInternals.utils),t.__tsParticlesInternals.canvas=s(t.__tsParticlesInternals.canvas),t.__tsParticlesInternals.path=s(t.__tsParticlesInternals.path),t.tsparticlesInternalExports=t.tsparticlesInternalExports||{}}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:this),function(t,s){"object"==typeof exports&&"undefined"!=typeof module?s(exports,require("@tsparticles/engine")):"function"==typeof define&&define.amd?define(["exports","@tsparticles/engine"],s):s(((t="undefined"!=typeof globalThis?globalThis:t||self).__tsParticlesInternals=t.__tsParticlesInternals||{},t.__tsParticlesInternals.updaters=t.__tsParticlesInternals.updaters||{},t.__tsParticlesInternals.updaters.orbit=t.__tsParticlesInternals.updaters.orbit||{}),t.__tsParticlesInternals.engine)}(this,function(t,s){"use strict";class e extends s.ValueWithRandom{value=45;load(t){s.isNull(t)||super.load(t)}}class a{animation=new s.AnimationOptions;color;enable=!1;opacity=1;radius;rotation=new e;width=1;load(t){s.isNull(t)||(this.animation.load(t.animation),this.rotation.load(t.rotation),s.loadProperty(this,"enable",t.enable),s.loadRangeProperty(this,"opacity",t.opacity),s.loadRangeProperty(this,"width",t.width),s.loadRangeProperty(this,"radius",t.radius),void 0!==t.color&&(this.color=s.OptionsColor.create(this.color,t.color)))}}var n;!function(t){t.front="front",t.back="back"}(n||(n={}));const r=Math.PI*s.half,i=Math.PI+r;class l{#t;#s;constructor(t,s){this.#s=t,this.#t=s}afterDraw(t){const s=t.options.orbit;s?.enable&&this.drawOrbit(t,n.front)}beforeDraw(t){const s=t.options.orbit;s?.enable&&this.drawOrbit(t,n.back)}drawOrbit(t,e){const a=this.#t;let l,o;switch(e){case n.back:l=r,o=i;break;case n.front:l=i,o=r;break;default:l=0,o=s.doublePI}a.canvas.render.draw(e=>{!function(t,e,a,n,r,i,l,o,c,_){if(l<=0)return;const p=a.getPosition();n&&(e.strokeStyle=s.getStyleFromHsl(n,t.hdr,i)),e.lineWidth=l;const d=s.degToRad(o);e.beginPath(),e.ellipse(p.x,p.y,r*s.half,r*s.double,d,c,_),e.stroke()}(a,e,t,t.orbitColor??t.getFillColor(),t.retina.orbitRadius??a.retina.orbitRadius??t.getRadius(),t.orbitOpacity??s.defaultOpacity,t.orbitWidth??1,(t.orbitRotation??0)*a.retina.pixelRatio,l,o)})}init(t){const e=this.#t,a=t.options.orbit;a?.enable&&(t.orbitRotation=s.getRangeValue(a.rotation.value),t.orbitColor=s.rangeColorToHsl(this.#s,a.color),t.retina.orbitRadius=void 0!==a.radius?s.getRangeValue(a.radius)*e.retina.pixelRatio:void 0,e.retina.orbitRadius=t.retina.orbitRadius,t.orbitAnimationSpeed=a.animation.enable?s.getRangeValue(a.animation.speed):0,t.orbitWidth=s.getRangeValue(a.width),t.orbitOpacity=s.getRangeValue(a.opacity))}isEnabled(t){const s=t.options.orbit?.animation;return!t.destroyed&&!t.spawning&&!!s?.enable}loadOptions(t,...e){s.loadOptionProperty(t,"orbit",a,...e)}update(t,e){this.isEnabled(t)&&(t.orbitRotation??=0,t.orbitRotation+=(t.orbitAnimationSpeed??0/s.doublePI)*e.factor)}}async function o(t){t.checkVersion("4.3.2"),await t.pluginManager.register(t=>{t.pluginManager.addParticleUpdater("orbit",s=>Promise.resolve(new l(t.pluginManager,s)))})}const c=globalThis;c.__tsParticlesInternals=c.__tsParticlesInternals??{},c.loadOrbitUpdater=o,t.loadOrbitUpdater=o}),Object.assign(globalThis.window||globalThis,{loadOrbitUpdater:(globalThis.__tsParticlesInternals.updaters.orbit||{}).loadOrbitUpdater}),delete(globalThis.window||globalThis).tsparticlesInternalExports;