When using PlaneGeometry with ShaderMaterila my browser throws “Program Info Log: Fragment shader is not compiled.”
I am new to Three.js and running on version 0.167.0 of Three.js.
I am trying to create a PlaneGeometry with ShaderMaterial but I get an error and nothing renders in the scene.
Here is my code snippet.