vizoogmbh / u3m

Unified 3D Material (U3M)
http://www.u3m.info
BSD 3-Clause "New" or "Revised" License
40 stars 20 forks source link

Material color name #20

Closed GalKatzir closed 4 years ago

GalKatzir commented 4 years ago

I open this issue to discuss to add color name to the u3m

As I can see there is two places that this new field can be. 1) color_rgb

{
  "constant": {"r": 0.53, "g": 0.8, "b": 0.92, "name" : "SkyBlue",},
  "texture": null
}

2) texture_and_color

{
  "constant": {"r": 0.53, "g": 0.8, "b": 0.92},
  "color_name" : "SkyBlue",
  "texture": null
}
vizoomartin commented 4 years ago

As discussed, colors are very company specific (so this information should be in Custom section)