base href
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { RenderPipeline } from "./framework/RenderPipeline.js";
|
||||
import { RenderPipeline } from "../framework/RenderPipeline.js";
|
||||
|
||||
import { Block } from "./framework/Block.js";
|
||||
import { Block } from "../framework/Block.js";
|
||||
|
||||
import Camera from "./framework/Camera.js";
|
||||
import Camera from "../framework/Camera.js";
|
||||
|
||||
import EventManager from "./framework/eventManager.js";
|
||||
import EventManager from "../framework/eventManager.js";
|
||||
|
||||
import { SpectrumPass } from "../passes/SpectrumPass.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user