I've created a model using Blender and baked all the lighting and textures. However, when I import it into THREE.js in .glb format, it automatically uses the standard material. While this may work in certain cases, my concern is that I want to retain the baked lighting and textures without having to import them as separate images. Is there a way to switch the material from standard to basic while preserving my baking information?