Skip to content

Commit

Permalink
Fix nodes schema example
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Oct 10, 2015
1 parent 4bd7dc4 commit 9a85633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/schema/examples/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"skin_node_id": {
"children": [],
"instanceSkin": {
"meshes": [
"skin_mesh_id"
],
"skeletons": [
"joint id in skin"
],
"skin": "skin_id",
"sources": [
"skin_mesh_id"
],
"extensions" : {
"extension_name" : {
"extension specific" : "value"
Expand All @@ -62,7 +62,7 @@
},
"joint_node_id": {
"children": [],
"joint": "joint id",
"jointName": "joint name",
"name": "user-defined name of joint node",
"rotation" : [ 1.0, 0.0, 0.0, 0.0 ],
"scale" : [ 1.0, 1.0, 1.0 ],
Expand Down

0 comments on commit 9a85633

Please sign in to comment.