Currently, I have a shader set up to mix various textures for my terrain such as grass, sand, and rocks. While the blending is working well, the issue arises with compatibility with Three.js lighting engine. All vertices appear overly bright due to this discrepancy. Is there a method to integrate the lambert material shader from Three.js lighting engine with my custom shader so that I can utilize both seamlessly?