manubb / Leaflet.PixiOverlay

Bring Pixi.js power to Leaflet maps
MIT License
463 stars 85 forks source link

Render stage to a texture #75

Open ricardobrauner opened 2 years ago

ricardobrauner commented 2 years ago

I want to render the stage (full pixi screen) to a texture and use this texture in a sprite to keep a kind of trail. I can achieve that in pixi as in pixi example. But i have been unble to achieve the same using pixiOverlay. This leaflet-pixi is an example of my current results.