I am currently working on a project that involves creating a simple scene with a plane that has a texture applied to it.
For reference, here is the code I am using: https://jsfiddle.net/0w6vfLt4/1/
The issue I am facing is that despite everything else functioning correctly, the texture appears black. If I change the line map: texture
to color: white
, the plane turns white as expected.
I would greatly appreciate any guidance on what I might be doing wrong and how I can resolve this texture issue.