particles.js icon indicating copy to clipboard operation
particles.js copied to clipboard

Fps and No. of particles:

Open khamarzama opened this issue 8 years ago • 8 comments

How to remove the information box of FPS and Number of particles present at top left corner of the screen?

khamarzama avatar May 23 '16 18:05 khamarzama

stats.domElement.style.display = 'none'

mrbrunelli avatar Dec 19 '19 20:12 mrbrunelli

Thank you for following up on this. Even if it's silly and old. :D

Khamar-Uz-Zama avatar Dec 19 '19 20:12 Khamar-Uz-Zama

I couldn't get the fps out of the left corner either, so I found your comment with the same question, and thought there might be more people with the same question. Hope it helps more people! :D

mrbrunelli avatar Dec 19 '19 22:12 mrbrunelli

Sure it does :)

I don't understand why they didn't create a disable button to not show it. Which makes me think, maybe they did! Or not...

Either way, that'll do the work :D

AurelianSpodarec avatar Feb 02 '20 04:02 AurelianSpodarec

same problem thanks for answer :)

yunusberateke avatar Jul 16 '20 21:07 yunusberateke

i got same problem. thank @mrbrunelli your answer fix it..

Jupriadi avatar Jul 25 '21 03:07 Jupriadi

stats.domElement.style.display = 'none'

Thanks man, its great answer!

KuldeepGautam avatar May 17 '22 15:05 KuldeepGautam

stats.domElement.style.display = 'none'

It does not work with react, What can I do?

AdielCohen avatar Sep 08 '22 07:09 AdielCohen