|
@@ -169,9 +169,9 @@
|
|
import * as THREE from 'three';
|
|
import * as THREE from 'three';
|
|
import * as Nodes from 'three/nodes';
|
|
import * as Nodes from 'three/nodes';
|
|
|
|
|
|
- import Transpiler from './jsm/transpiler/Transpiler.js';
|
|
|
|
- import ShaderToyDecoder from './jsm/transpiler/ShaderToyDecoder.js';
|
|
|
|
- import TSLEncoder from './jsm/transpiler/TSLEncoder.js';
|
|
|
|
|
|
+ import Transpiler from 'three/addons/transpiler/Transpiler.js';
|
|
|
|
+ import ShaderToyDecoder from 'three/addons/transpiler/ShaderToyDecoder.js';
|
|
|
|
+ import TSLEncoder from 'three/addons/transpiler/TSLEncoder.js';
|
|
|
|
|
|
import WebGPU from 'three/addons/capabilities/WebGPU.js';
|
|
import WebGPU from 'three/addons/capabilities/WebGPU.js';
|
|
import WebGL from 'three/addons/capabilities/WebGL.js';
|
|
import WebGL from 'three/addons/capabilities/WebGL.js';
|