You can do something like this:
https://www.babylonjs-playground.com/#UD9LU6#40
When the camera stops, it:
- supersamples x2
- sets the MSAA value to the max value supported by the GPU
- sets the anisotropic filter to the max value supported by the GPU
You can do something like this:
https://www.babylonjs-playground.com/#UD9LU6#40
When the camera stops, it: