Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add json examples for material and asset files #29

Merged
Merged
17 changes: 17 additions & 0 deletions examples/example_asset.xoma
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"metadata": {
"copyright" : "(C) 2023-2024, Example Company",
"generator": "Blender",
"openmaterial_version": "1.0.0",
"creator": "Example Company",
"creation_date": "20240703T101728Z",
"asset_version": "1.0.0",
"id": "87769375a5109c689af8cc3ad3dd8349",
"name": "example_car",
"label": "vehicle",
"description": "Example car to demonstrate how OpenMATERIAL works"
},
"material_mapping": [
["10;50;255;127", "example_material.xomp"]
]
}
Loading