Recording threejs video flickers with any example

Hey,

I tried with bandicam and with other video recorders, and all show flickering on recording any threejs example or my own work, it didnt do it before (like some months ago).

Step to reproduce:

take any screen recording program and record a threejs example, the resulting video flickers.

Why posting here?

I tried even with babylonjs and it doesnt do it, so its a threejs issue, please post a workaround if any.

Can you add:

{preserveDrawingBuffer:true} to your renderer constructor?

1 Like