AVGP / three-software-renderer

Universal, in-memory Three.js renderer based on the original THREE.SoftwareRenderer
60 stars 16 forks source link

Doesn't seem to work #12

Open jakobmillah opened 7 years ago

jakobmillah commented 7 years ago

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.

AVGP commented 7 years ago

Using three.js version 0.82.1 and running

node examples/render-to-png.js

I am seeing the expected outcome in temp/example.png:

example

I don't know how you run it exactly, but I can't reproduce the problem.