I'm trying to create a simple scene with a plane. It will have a texture
Here is the code: https://jsfiddle.net/0w6vfLt4/1/
However the texture is black. If you change map: texture
to color: white
you will see a white plane. Meaning everything else is working, but the texture
What am I doing wrong? and how to fix this?