Is your feature request related to a problem? Please describe.
I checked the source code and found that post-processing is enabled by default, and the official example module provided by threejs is used in the source code. However, the example modules officially provided by threejs are actually not very efficient in rendering, and the community seems to have more efficient solutions, such as postprocessing.
The library doesn't seem to expose an api that could replace the postprocessing library?
Describe the solution you'd like
The tool library can provide a configuration item that allows customizing the post-processing tool library to be used.
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
I checked the source code and found that post-processing is enabled by default, and the official example module provided by threejs is used in the source code. However, the example modules officially provided by threejs are actually not very efficient in rendering, and the community seems to have more efficient solutions, such as postprocessing.
The library doesn't seem to expose an api that could replace the postprocessing library?
Describe the solution you'd like
The tool library can provide a configuration item that allows customizing the post-processing tool library to be used.
Describe alternatives you've considered
Additional context