base href

This commit is contained in:
2025-12-31 14:33:18 +01:00
parent b97a355d47
commit f608952d35
7 changed files with 19 additions and 19 deletions

View File

@@ -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 SkySpherePass extends RenderPass {