I\'m trying to make the renderer write on top of the previous frame. If I understand the context of autoClear correct, renderer.autoClear = false; should make this possible,
Use
renderer = new THREE.WebGLRenderer({antialias: true, preserveDrawingBuffer: true});