squarefeet / ShaderParticleEngine

A GLSL-heavy particle engine for THREE.js. Originally based on Stemkoski's great particle engine (see README)
http://squarefeet.github.io/ShaderParticleEngine/
MIT License
850 stars 115 forks source link

Firefox 46 Emitter Pool not visible #108

Closed weiserhei closed 8 years ago

weiserhei commented 8 years ago

I noticed the emitter pool examples doesnt work with the latest Firefox 46.0 (on windows) anymore. In particular these examples: http://squarefeet.github.io/ShaderParticleEngine/examples/explosion.html http://squarefeet.github.io/ShaderParticleEngine/examples/fog.html http://squarefeet.github.io/ShaderParticleEngine/examples/pool.html

No particles visible, and no errors in the console. Im using Threejs R76 previously without problems, doesnt work there too.

Probably something mozilla has to look after, this issue is for keeping track of it.

RemusMar commented 8 years ago

I don't have any issue with Firefox 46.0.1 and those examples. You need to provide more details about your system (OS, graphics card, etc)

p.s. Be aware: those examples are based on the older Three.js r72 Firefox 46 runs better with Three.js r75-r76

weiserhei commented 8 years ago

System spec Windows 10 Firefox 46.0.1 Geforce GTX 970

Test case Three.js r76 SPE 1.0.5 All the examples in my first post dont show particles, and also older demos ive build that were working before. In Chrome and Edge everything is still working.

particles

RemusMar commented 8 years ago

Please test this benchmark with Firefox 46: http://necromanthus.com/Test/html5/testA.html You should see 4 particle emitters: 2x steam, fire and smoke

weiserhei commented 8 years ago

Fire and smoke is visible, steam is not.

RemusMar commented 8 years ago

Fire and smoke is visible, steam is not.

Very hard to believe. The smoke and the steam share the same resources (including the texture).

benchmark

squarefeet commented 8 years ago

Any update on this @weiserhei?

weiserhei commented 8 years ago

Firefox 47.0.1 here, problems "disappeared" on my demos. Closing this now.