Parcourir la source

Asset Import Universal Scene Description (USD) Files (#18361)

* Adding usd, usda, and usdz to valid asset importer scene types

Signed-off-by: AMZN-Gene <[email protected]>

* Adding USDC for asset importer support

Signed-off-by: AMZN-Gene <[email protected]>

---------

Signed-off-by: AMZN-Gene <[email protected]>
Gene Walters il y a 11 mois
Parent
commit
5b43bc83e4

+ 2 - 1
Registry/AssetProcessorPlatformConfig.setreg

@@ -99,7 +99,8 @@
                     "fbx.assetinfo": "fbx",
                     "fbx.assetinfo": "fbx",
                     "stl.assetinfo": "stl",
                     "stl.assetinfo": "stl",
                     "gltf.assetinfo": "gltf",
                     "gltf.assetinfo": "gltf",
-                    "glb.assetinfo": "glb"
+                    "glb.assetinfo": "glb",
+                    "usd.assetinfo": "usd"
 
 
                 },
                 },
 
 

+ 5 - 1
Registry/sceneassetimporter.setreg

@@ -10,7 +10,11 @@
                     ".fbx",
                     ".fbx",
                     ".stl",
                     ".stl",
                     ".gltf",
                     ".gltf",
-                    ".glb"
+                    ".glb",
+                    ".usd",
+                    ".usda",
+                    ".usdz",
+                    ".usdc"
                 ]
                 ]
             },
             },
             "MaterialConverter": 
             "MaterialConverter":