Three

  • Warehouse address :github.com/thefoofight…

  • Plug-in + Code
class ThreeLiveRawShaderEditor {
    constructor(renderer, camera, scene) {
       this.renderer = renderer;
       this.camera = camera;
       this.scene = scene;
    }
    compile(){
        this.renderer.compile(this.scene, this.camera); }}Copy the code

Shader Editor

  • Warehouse address :github.com/spite/Shade…
  • Haven’t tried yet