google-code-export / papervision3d

Automatically exported from code.google.com/p/papervision3d
1 stars 1 forks source link

Memory/Computation leaks in MovieMaterial #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems that the static dictionary of animated materials in MovieMaterial
is  not cleared, so if you construct and destruct scenes quickly then you
quickly end up rendering lots of unused bitmaps.

Original issue reported on code.google.com by agent.ed...@gmail.com on 11 May 2008 at 8:31

GoogleCodeExporter commented 9 years ago
This is fixed. It no longer has a singleton styled setup.....so no dictionary.

Original comment by r.hauw...@gmail.com on 31 Jul 2008 at 3:34