Skip to content

Commit

Permalink
Changed 'id' to 'node' for animations/channels/target/__.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony J. Clark committed Jan 8, 2018
1 parent f4916e9 commit bf49417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gltfTutorial/gltfTutorial_006_SimpleAnimation.md
Expand Up @@ -257,7 +257,7 @@ There is also one `channel` in the example. This channel refers to the only samp
"channels" : [ {
"sampler" : 0,
"target" : {
"id" : 0,
"node" : 0,
"path" : "rotation"
}
} ]
Expand Down
4 changes: 2 additions & 2 deletions gltfTutorial/gltfTutorial_007_Animations.md
Expand Up @@ -25,14 +25,14 @@ The following is another example of an `animation`. This time, the animation con
{
"sampler" : 0,
"target" : {
"id" : 0,
"node" : 0,
"path" : "rotation"
}
},
{
"sampler" : 1,
"target" : {
"id" : 0,
"node" : 0,
"path" : "translation"
}
}
Expand Down

0 comments on commit bf49417

Please sign in to comment.