Objects won’t change material

There is 3 ways to carry over material

  • vertex color
  • object-level material (in the mtl file for obj)
  • textures

Nomad only supports vertex color, and object color (for glb).
For obj it only supports vertex color (for obj mtl color to carry over Nomad would need to get access to the mtl which is not possible for now).

1 Like