Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbtron committed Mar 1, 2018
1 parent 89c6adf commit 1b521d5
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions extensions/2.0/Vendor/MSFT_lod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,18 @@ The following example shows how the `MSFT_lod` extension can be specified at the
"mesh": 0,
"extensions": {
"MSFT_lod": {
"ids": [ 1, 2]
"ids": [
1,
2
]
}
},
"extras": {
"MSFT_screencoverage": [0.5, 0.2, 0.01]
"MSFT_screencoverage": [
0.5,
0.2,
0.01
]
}
},
{
Expand Down Expand Up @@ -77,7 +84,10 @@ A similar pattern can be followed to create `material` LODs:
},
"extensions": {
"MSFT_lod": {
"ids": [ 1, 2]
"ids": [
1,
2
]
}
}
},
Expand Down

0 comments on commit 1b521d5

Please sign in to comment.