Fix up paths
This commit is contained in:
		| @ -309,7 +309,7 @@ export class SceneInfra { | ||||
|  | ||||
|     const textureLoader = new TextureLoader() | ||||
|     this.extraSegmentTexture = textureLoader.load( | ||||
|       '/clientSideSceneAssets/extra-segment-texture.png' | ||||
|       './clientSideSceneAssets/extra-segment-texture.png' | ||||
|     ) | ||||
|     this.extraSegmentTexture.anisotropy = | ||||
|       this.renderer?.capabilities?.getMaxAnisotropy?.() | ||||
|  | ||||
| @ -87,7 +87,7 @@ export type { KclValue } from '../wasm-lib/kcl/bindings/KclValue' | ||||
| export type { ExtrudeSurface } from '../wasm-lib/kcl/bindings/ExtrudeSurface' | ||||
|  | ||||
| export const wasmUrl = () => { | ||||
|   const fullUrl = '/wasm_lib_bg.wasm' | ||||
|   const fullUrl = './wasm_lib_bg.wasm' | ||||
|   console.log(`Full URL for WASM: ${fullUrl}`) | ||||
|  | ||||
|   return fullUrl | ||||
|  | ||||
		Reference in New Issue
	
	Block a user