Skip to content

Commit

Permalink
Change Node_Attribute and camera values to facillitate creating sampl…
Browse files Browse the repository at this point in the history
…e images (#360)

* Use the new camera values

* Texture the node attribute models

* Reduce the translation and scale values for node attribute

* Remove child transform node

* Change Node_Attribute values so that there is no z-fighting or clipping

* Move matrix to the bottom

* Use a positive Y value and change the matrix to match the other transforms

* Fix the matrix multiplication order
  • Loading branch information
stevk authored Mar 7, 2018
1 parent d407852 commit 52cb33d
Show file tree
Hide file tree
Showing 43 changed files with 1,460 additions and 1,852 deletions.
40 changes: 20 additions & 20 deletions Output/Buffer_Interleaved/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"sampleThumbnailName": "Thumbnails/Buffer_Interleaved_00.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
},
Expand All @@ -25,15 +25,15 @@
"sampleThumbnailName": "Thumbnails/Buffer_Interleaved_01.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
},
Expand All @@ -43,15 +43,15 @@
"sampleThumbnailName": "Thumbnails/Buffer_Interleaved_02.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
},
Expand All @@ -61,15 +61,15 @@
"sampleThumbnailName": "Thumbnails/Buffer_Interleaved_03.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
},
Expand All @@ -79,15 +79,15 @@
"sampleThumbnailName": "Thumbnails/Buffer_Interleaved_04.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
}
Expand Down
48 changes: 24 additions & 24 deletions Output/Compatibility/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"sampleThumbnailName": "Thumbnails/Compatibility_00.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
},
Expand All @@ -25,15 +25,15 @@
"sampleThumbnailName": "Thumbnails/Compatibility_01.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
},
Expand All @@ -43,15 +43,15 @@
"sampleThumbnailName": "Thumbnails/Compatibility_02.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
},
Expand All @@ -61,15 +61,15 @@
"sampleThumbnailName": "Thumbnails/Compatibility_03.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
},
Expand All @@ -79,15 +79,15 @@
"sampleThumbnailName": "Thumbnails/Compatibility_04.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
},
Expand All @@ -97,15 +97,15 @@
"sampleThumbnailName": "Thumbnails/Compatibility_05.png",
"camera": {
"translation": [
1.57079637,
1.57079637,
0.0,
0.0,
-1.3
],
"rotation": [
0.0,
-1.0,
0.0,
0.0,
1.0
0.0
]
}
}
Expand Down
Loading

0 comments on commit 52cb33d

Please sign in to comment.