base href
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { RenderPass } from "./framework/RenderPass.js";
|
||||
import { RenderPass } from "../framework/RenderPass.js";
|
||||
|
||||
import Shader from "./framework/WebGpu.js";
|
||||
import Shader from "../framework/WebGpu.js";
|
||||
|
||||
import Matrix4 from "./framework/Matrix4.js";
|
||||
import Matrix4 from "../framework/Matrix4.js";
|
||||
|
||||
|
||||
export class OceanRenderPass extends RenderPass {
|
||||
|
||||
Reference in New Issue
Block a user