Is it possible to determine the completion of this process?
material.map = new THREE.Texture( canvas );
material.map.needsUpdate = true;
If not, sometimes the final result will be a black snapshot.
var snapshotData = renderer.domElement.toDataURL(strMime)
;
How can we successfully change the material callback?
Appreciate your help :)