I need to extend a pair of default shaders: the vert/frag shaders of THREE.MeshNormalMaterial and use them in a subclass of THREE.MeshNormalMaterial. Is it possible to get the shader source code that is formatted rather than the string form with embedded includes that is in the three.js source code?
Thanks,
Doug