Open robksawyer opened 5 years ago
Is it possible that your imported asset has more than one mesh? In the case the asset has more than one mesh, a root mesh will be created. Pretty sure that's the best way to handle that case, but unfortunately that means you'd have to attach materials and shaders to the child meshes through Babylon.js directly.
@robksawyer did you have any luck with the root mesh? If you can make a minimally reproducible example on Glitch or something and I could help you out when I have some free time? You could start off of this simple template.
Can you tell me why the shader isn't being applied to my imported model? The model is imported fine, but no shader. Thanks for your time and any help!