GooTechnologies / goojs

3D WebGL engine.
http://goocreate.com
MIT License
1.21k stars 139 forks source link

Improve html #23

Closed rherlitz closed 8 years ago

schteppe commented 8 years ago

Awesome! Performance increase from around 30fps to 50fps while spinning in the visual test.

We should think about how to solve the memory leak the styleCache introduces. We keep references to the dom elements, and for what I know these references are never cleared, which means they will never be garbage collected :/

@rherlitz