The model’s material does not seem to be applied correctly (it’s still all good in v0.130.1).
Was there any breaking change to how the FBXLoader
and LoadingManager
works now? I’m using:
const manager = new LoadingManager()
const loader = new FBXLoader(manager)
to load my model.