Skip to content

Commit

Permalink
Added metersPerUnit and copyright. Fixed typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSchwank committed May 17, 2024
1 parent f679545 commit 4172134
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test_assets/TextureFileFormatTests/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _usdrecord 24.03_
| JPEG | RGB, 8-bit | ![jpeg rgb 8-bit](jpeg_rgb_8-bit.jpg) |
| JPEG | Grayscale, 8-bit | ![png grayscale 8-bit](png_grayscale_8-bit.png) |
| PNG | Grayscale 8-bit | ![png grayscale 8-bit](png_grayscale_8-bit.png) |
| PNG | Frayscale, 16-bit | ![png grayscale 16-bit](png_grayscale_16-bit.png) |
| PNG | Grayscale, 16-bit | ![png grayscale 16-bit](png_grayscale_16-bit.png) |
| PNG | RGB, 8-bit | ![png rgb 8-bit](png_rgb_8-bit.png) |
| PNG | RGB, 16-bit | ![png rgb 16-bit](png_rgb_16-bit.png) |
| PNG | RGB, 32-bit | ![png rgb 32-bit](png_rgb_32-bit.png)|
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/_scene.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
)

def Xform "Scene" (
Expand Down
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/all_files.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
)

def Scope "Scene" (
Expand Down
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/jpeg_cmyk_8-bit.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
subLayers = [
@_scene.usda@
]
Expand Down
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/jpeg_grayscale_8-bit.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
subLayers = [
@_scene.usda@
]
Expand Down
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/jpeg_rgb_8-bit.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
subLayers = [
@_scene.usda@
]
Expand Down
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/png_grayscale_16-bit.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
subLayers = [
@_scene.usda@
]
Expand Down
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/png_grayscale_8-bit.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
subLayers = [
@_scene.usda@
]
Expand Down
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/png_rgb_16-bit.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
subLayers = [
@_scene.usda@
]
Expand Down
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/png_rgb_32-bit.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
subLayers = [
@_scene.usda@
]
Expand Down
4 changes: 4 additions & 0 deletions test_assets/TextureFileFormatTests/png_rgb_8-bit.usda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
(
defaultPrim = "Scene"
upAxis = "Y"
metersPerUnit = 1
customLayerData = {
string copyright = "Copyright 2024 Apple Inc. All rights reserved."
}
subLayers = [
@_scene.usda@
]
Expand Down

0 comments on commit 4172134

Please sign in to comment.