Open alexykot opened 8 years ago
Edit - correct unloading is critical beyond React also, because if you render it just anywhere on a dynamic page that has some parts shown or hidden - you need to be able to load/unload rendering when needed. Right now even when rendering canvas is invisible it still loads CPU with full-blown 3D rendering task.
Renderer, sliders and other parts of the viewer system are all missing unload routines. Correct unloading is critical when using viewer inside react app, as you need to be able to clean up the DOM after yourself without reloading the whole page.