Skip to content

Commit

Permalink
route fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Donret committed Jun 27, 2023
1 parent 42cbf90 commit ab35a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/sketches/shaders/Photomosaic/photomosaic2.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let pics;
let resolution, quantity;

function preload() {
mosaic = readShader('/showcase/sketches/shaders/Blending/colorBlender2.frag', { varyings: Tree.texcoords2 });
mosaic = readShader('/showcase/sketches/shaders/Photomosaic/normalMosaic.frag', { varyings: Tree.texcoords2 });
pics = [];
n = 31;
for(let i=1; i<n; i++) pics.push(loadImage(`/showcase/sketches/shaders/Photomosaic/dataset/${i}.jpg`));
Expand Down

0 comments on commit ab35a09

Please sign in to comment.