Document or tutorial on Photons 2

I’m new to threejs, and i need to write fire with particle system. I came across this Photons 2 library. This is exactly the fire effect i want to build. However, i don’t see any document/ tutorial on this. Do you have any suggestion on where to find document or what similar library to use to get the same fire particle system?

The source code for the demo you shared is findable in dev tools… https://projects.markkellogg.org/threejs/js/photons_demos/scene/graveyardtorch/Scene.js

1 Like

It’s best if you request for a documentation at the Photons 2 repository at GitHub. It has an issue section which is the ideal place for discussing such topics.

2 Likes

https://stemkoski.github.io/Three.js/Particle-Engine.html

2 Likes