Skip to content

Commit 8169494

Browse files
authored
Moving textures out of figures directory (KhronosGroup#391)
* moving textures out of figures * update sample image directory in manifest files * updates for powershell script
1 parent b8e95f2 commit 8169494

File tree

463 files changed

+639
-609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

463 files changed

+639
-609
lines changed

Output/Buffer_Interleaved/Buffer_Interleaved_00.gltf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
],
7171
"images": [
7272
{
73-
"uri": "Figures/Textures/BaseColor_Grey.png"
73+
"uri": "Textures/BaseColor_Grey.png"
7474
}
7575
],
7676
"materials": [

Output/Buffer_Interleaved/Buffer_Interleaved_01.gltf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
],
7272
"images": [
7373
{
74-
"uri": "Figures/Textures/BaseColor_Grey.png"
74+
"uri": "Textures/BaseColor_Grey.png"
7575
}
7676
],
7777
"materials": [

Output/Buffer_Interleaved/Buffer_Interleaved_02.gltf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
],
7272
"images": [
7373
{
74-
"uri": "Figures/Textures/BaseColor_Grey.png"
74+
"uri": "Textures/BaseColor_Grey.png"
7575
}
7676
],
7777
"materials": [

Output/Buffer_Interleaved/Buffer_Interleaved_03.gltf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
],
7272
"images": [
7373
{
74-
"uri": "Figures/Textures/BaseColor_Grey.png"
74+
"uri": "Textures/BaseColor_Grey.png"
7575
}
7676
],
7777
"materials": [

Output/Buffer_Interleaved/Buffer_Interleaved_04.gltf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
],
7272
"images": [
7373
{
74-
"uri": "Figures/Textures/BaseColor_Grey.png"
74+
"uri": "Textures/BaseColor_Grey.png"
7575
}
7676
],
7777
"materials": [
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

Output/Buffer_Interleaved/Manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"models": [
44
{
55
"fileName": "Buffer_Interleaved_00.gltf",
6-
"sampleImageName": "SampleImages/Buffer_Interleaved_00.png",
6+
"sampleImageName": "Figures/SampleImages/Buffer_Interleaved_00.png",
77
"camera": {
88
"translation": [
99
0.0,
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"fileName": "Buffer_Interleaved_01.gltf",
17-
"sampleImageName": "SampleImages/Buffer_Interleaved_01.png",
17+
"sampleImageName": "Figures/SampleImages/Buffer_Interleaved_01.png",
1818
"camera": {
1919
"translation": [
2020
0.0,
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"fileName": "Buffer_Interleaved_02.gltf",
28-
"sampleImageName": "SampleImages/Buffer_Interleaved_02.png",
28+
"sampleImageName": "Figures/SampleImages/Buffer_Interleaved_02.png",
2929
"camera": {
3030
"translation": [
3131
0.0,
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"fileName": "Buffer_Interleaved_03.gltf",
39-
"sampleImageName": "SampleImages/Buffer_Interleaved_03.png",
39+
"sampleImageName": "Figures/SampleImages/Buffer_Interleaved_03.png",
4040
"camera": {
4141
"translation": [
4242
0.0,
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"fileName": "Buffer_Interleaved_04.gltf",
50-
"sampleImageName": "SampleImages/Buffer_Interleaved_04.png",
50+
"sampleImageName": "Figures/SampleImages/Buffer_Interleaved_04.png",
5151
"camera": {
5252
"translation": [
5353
0.0,

Output/Buffer_Interleaved/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following table shows the properties that are set for every model.
66

77
| Property | **Values** |
88
| :---: | :---: |
9-
| Base Color Texture | [<img src="Figures/Thumbnails/BaseColor_Grey.png" align="middle">](Figures/Textures/BaseColor_Grey.png) |
9+
| Base Color Texture | [<img src="Figures/Thumbnails/BaseColor_Grey.png" align="middle">](Textures/BaseColor_Grey.png) |
1010

1111

1212
The following table shows the properties that are set for a given model.

0 commit comments

Comments
 (0)