In my scene. I painted a large map by plane and line. This map is static.
And then I need mount many moving cars in my scene.
But the performance is readly bad because the map.
So do we have a solution to optimize static elements in threejs?
I have tried set matrixautoupdate to false, but it still has bad performance.