Fork of mrdoob/stats.js
npm install stats.js@marcofugaro/stats.js
- Convert to ES6 classes
- Add GPU MS panel from brunosimon:
new Stats({ context: renderer.getContext() })
- Add option to hide min and max:
new Stats({ showMinMax: false })
- Fix jumping around of text:
Before | After |
---|---|