Skip to content

Commit

Permalink
Minor editorial fix
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <[email protected]>
  • Loading branch information
ClemensLinnhoff committed Jan 14, 2025
1 parent 9741cf1 commit 8a0e251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/asset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
"meshCount": {
"type": "integer",
"description": "The total number of meshes in the 3D model file. A model geometry typically consists of several sub-meshes. The export from a 3D modeling application might change the mesh count, e.g. due to the assignment of multiple materials per mesh. This property represents the number of meshes in the actual 3D model file after the export."
"description": "The total number of meshes in the 3D model file. A model geometry typically consists of several sub-meshes. The export from a 3D modeling application might change the mesh count, for example, due to the assignment of multiple materials per mesh. This property represents the number of meshes in the actual 3D model file after the export."
},
"textureResolutions": {
"type": "array",
Expand Down

0 comments on commit 8a0e251

Please sign in to comment.