|
|
@ -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; |
|
|
|
|
|
|
|