How do we know the end of this process can be done?
material.map = new THREE.Texture( canvas );
material.map.needsUpdate = true;
Because if not then it is complete snapshot is sometime black result
var snapshotData = renderer.domElement.toDataURL(strMime)
;
What can be do successfully changed material callback?
Thank you :)