I tried the example in the project, but on;
var imagedata = renderer.render(scene, camera);
VS Code just stops responding. Using three.js version 0.83.0 and older (0.69.0).
in software-renderer.js:
if (this.autoClear === true) this.clear();
Is causing the crash. Right below your (mrdoobs(?)) TODO.
I tried the example in the project, but on;
var imagedata = renderer.render(scene, camera);VS Code just stops responding. Using three.js version 0.83.0 and older (0.69.0).
in software-renderer.js:
if (this.autoClear === true) this.clear();Is causing the crash. Right below your (mrdoobs(?)) TODO.