vue-3d-model icon indicating copy to clipboard operation
vue-3d-model copied to clipboard

Prevent Loading model from freezing page

Open BenjaminWaye opened this issue 5 years ago • 2 comments

When the 3D model loads the page freezes. Do you have thoughts on how to prevent this? I would like to localise the freeze to the component it is related to, but it seems to affect the entire application.

BenjaminWaye avatar Jan 21 '19 03:01 BenjaminWaye

Because the process of parse model takes up a lot of CPU resources, which will affect page rendering, I am considering moving the process of parse to worker.

hujiulong avatar Jan 21 '19 07:01 hujiulong

@hujiulong ah interesting that would be terrific! Any plans on when you think you will do this?

BenjaminWaye avatar Jan 22 '19 00:01 BenjaminWaye