utsuboco / r3f-perf

Easily monitor your ThreeJS performances.
https://codesandbox.io/s/perlin-cubes-r3f-perf-wtp9t?file=/src/App.js
MIT License
573 stars 21 forks source link

feat: name html group for easier debugging #41

Closed AlaricBaraou closed 1 year ago

AlaricBaraou commented 1 year ago

When debugging some scene, we might see the group generated by r3f-perf HTMLMinimal and wonder where it's coming from. adding name='r3f-perf' allows the developer to identify at first glance where this group is coming from.