File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/front/src/core/PostproductionRenderer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ world.scene.three.background = null;
7676*/
7777
7878const workerUrl =
79- "https:// thatopen.github.io/engine_fragment/resources /worker.mjs" ;
79+ "/node_modules/@ thatopen/fragments/dist/Worker /worker.mjs" ;
8080const fragments = components . get ( OBC . FragmentsManager ) ;
8181fragments . init ( workerUrl ) ;
8282
@@ -117,7 +117,7 @@ fragments.core.models.materials.list.onItemSet.add(({ value: material }) => {
117117 :::
118118*/
119119
120- const fragPaths = [ "https://thatopen.github.io/engine_components /resources/frags/school_arq.frag" ] ;
120+ const fragPaths = [ "/resources/frags/school_arq.frag" ] ;
121121await Promise . all (
122122 fragPaths . map ( async ( path ) => {
123123 const modelId = path . split ( "/" ) . pop ( ) ?. split ( "." ) . shift ( ) ;
You can’t perform that action at this time.
0 commit comments