Skip to content

Commit

Permalink
Add modeling method
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <[email protected]>
  • Loading branch information
ClemensLinnhoff committed Aug 8, 2024
1 parent 860af42 commit b9eb598
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/example_asset.xoma
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"license" : "MPL-2.0",
"author" : "[email protected]"
"model_creation_tool": "Blender",
"creation_date": "20240703T101728Z"
"creation_date": "20240703T101728Z",
"modeling_method" : "Modeled according to images"
},
"material_mapping": [
["10;50;255;127", "example_material.xomp", "metal with red paint"]
Expand Down
4 changes: 4 additions & 0 deletions schemas/asset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"type": "string",
"description": "Creation date of the asset in the format YYYYMMDDTHHMMSSZ.",
"pattern": "^\\d{8}T\\d{6}Z$"
},
"modeling_method": {
"type": "string",
"description": "Description how the 3D model was modeled. Was it modeled based on a 3D scan, based on photos, or freehand?"
}
},
"required": [
Expand Down

0 comments on commit b9eb598

Please sign in to comment.