Is it possible to increase or decrease the rendering distance? If possible, how to do this? If not, can you add it please? (add render resolution and other things to help game performance) Sorry my bad english.
When "WithThreeJS" extension is loaded, edit the "Create3dScene" option.
See line 71 -
Camera.far = 1000;
Increase the value to render further.