I use three.js renderer.domelement.todataurl to get the image of current view. It works fine. The problem is my project need capture the image in high frequent, every 0.1 second.
under this frequent , browse almost freeze, user can not do anything. As function todataurl() occupy most cpu time.
any suggestion is welcome.
my think is: 1) find another way to capture image, avoid todataurl()? 2) put renderer in web worker?
Thank you.