File tree 1 file changed +4
-4
lines changed
apps/typegpu-docs/src/content/examples/rendering/3d-fish
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ context.configure({
35
35
// https://sketchfab.com/3d-models/animated-low-poly-fish-64adc2e5a4be471e8279532b9610c878
36
36
const fishModel = await loadModel (
37
37
root ,
38
- 'assets/3d-fish/fish.obj' ,
39
- 'assets/3d-fish/fish.jpg' ,
38
+ '/TypeGPU/ assets/3d-fish/fish.obj' ,
39
+ '/TypeGPU/ assets/3d-fish/fish.jpg' ,
40
40
) ;
41
41
42
42
// https://www.cgtrader.com/free-3d-models/space/other/rainy-ocean
43
43
// https://www.rawpixel.com/image/6032317/white-sand-texture-free-public-domain-cc0-photo
44
44
const oceanFloorModel = await loadModel (
45
45
root ,
46
- 'assets/3d-fish/ocean_floor.obj' ,
47
- 'assets/3d-fish/ocean_floor.png' ,
46
+ '/TypeGPU/ assets/3d-fish/ocean_floor.obj' ,
47
+ '/TypeGPU/ assets/3d-fish/ocean_floor.png' ,
48
48
) ;
49
49
50
50
// buffers
You can’t perform that action at this time.
0 commit comments