react-force-graph
react-force-graph copied to clipboard
Measuring and improving performance
Hello, I am working on a scene that has multiple sets of identical 3D objects with react-force-graph-3d, and the performance is still not great after trying some suggestions in other Issues. Therefore, I have two questions:
- Would it be possible to use Three.js InstancedMesh with this library?
- Is there a way to display FPS of the graph? I've tried Three.js Stats module (
three/examples/jsm/libs/stats.module) but it does not show the value.
Thank you in advance!