coding all above, but still not working for me,
chatgpt give me this:
const gl = renderer.getContext();
gl.clearColor(0.0, 0.0, 0.0, 0.0); // RGBA for transparency
gl.clear(gl.COLOR_BUFFER_BIT);
and i put in 1st line of AnimationLoop, and it works.