Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
spite committed Nov 3, 2019
1 parent 783fd60 commit 41db39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loops/354.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const loader = new THREE.TextureLoader();
const geometry = new RoundedBoxGeometry(.1, .1, .1, .01, 4);
const material = new THREE.RawShaderMaterial({
uniforms: {
matCap: { value: loader.load('../assets/matcap3.jpg') },
matCap: { value: loader.load('../../assets/matcap3.jpg') },
d: { value: d }
},
vertexShader: boxVertexShader,
Expand Down

0 comments on commit 41db39d

Please sign in to comment.