mikegough / 3D-Landscape-Simulator

A web based ST-Sim application with 3D visualization.
0 stars 1 forks source link

Rendering causes main thread to block #31

Closed TaylorMutch closed 7 years ago

TaylorMutch commented 7 years ago

There is a big block in the UI when the initial scene is rendered, particularly when calculating out the positions of vegetation. We should investigate how to move that to a Web Worker.

TaylorMutch commented 7 years ago

Resolved by use of a web worker.