dpanster / angular5-threejs-css3d

Using Angular5, Threejs, CSS3d and more stuff to create some showcases. Referenced from https://daniel-panster.com/
https://dpanster.github.io/angular5-threejs-css3d/
MIT License
0 stars 0 forks source link

Material not shown at "Cube" example #2

Closed dpanster closed 6 years ago

dpanster commented 6 years ago

new THREE.TextureLoader().load( "/assets/texture/Bricks.jpg" ); Leads to request: https://dpanster.github.io/assets/texture/Bricks.jpg <-- not referenced and: new THREE.TextureLoader().load( "assets/texture/Bricks.jpg" ); Leads to request: https://dpanster.github.io/angular5-threejs-css3d/assets/texture/Bricks.jpg <-- referenced