openroboticmetaverse / orom-website

The official public website for open robotic metaverse
https://www.openroboticmetaverse.org
MIT License
1 stars 1 forks source link

Dispose three instances #6

Open parhasard opened 7 months ago

parhasard commented 7 months ago

🐛Describe the bug

Three js instances are not disposed afterwards which potentially cause a memory leak.

💡Workarounds

Either turn three helper into a singleton or dispose each item as you unmount.

🔗 Additional Context

Add any other context about the problem here.