LudwigFriedmann / OpenMATERIAL

3D model exchange format with physical material properties for virtual development, test and validation of automated driving.
Mozilla Public License 2.0
38 stars 7 forks source link

Remove literals from IOR files #13

Open matteomarone opened 3 years ago

matteomarone commented 3 years ago

In IOR files, literals were used as keys. Now the proper fields ("temperature") are assigned.

LudwigFriedmann commented 3 years ago

Relates to #3, I'll have to do adopt parsing in the pathtracer implementation, schemas and the documentation first

LudwigFriedmann commented 3 years ago

This PR implements changes in the asset info, as well. I'd like to have this topic separate, since it also implies changes in parsing, schema and docs.

LudwigFriedmann commented 3 years ago

Hi @matteomarone, I applied all changes relevant for the "removal of literals" (implementation, doc, schemas) on master. Can you adjust this PR in a way that it comprises the proposed changes in asset info, only?