Browse Source

fix wips

main
heck 3 weeks ago
parent
commit
8c7ec20b9d
  1. 0
      html/wip/index32.html
  2. 2
      html/wip/index34.html

0
html/wip/index32.html

2
html/wip/index34.html

@ -409,7 +409,7 @@
scene = new THREE.Scene();
const geometry = new THREE.PlaneGeometry( 2, 2 );
const loader = new THREE.TextureLoader();
const texture = loader.load('/Users/heck/src/subfactory.ch/html/images/noise.png');
const texture = loader.load('./images/noise.png');
texture.wrapS = THREE.RepeatWrapping;
texture.wrapT = THREE.RepeatWrapping;

Loading…
Cancel
Save