Added gltf support to Asset Processor. THis is a resubmission of #6024. Had issues getting the old branch up to date. (#7583)

Signed-off-by: Mike Cronin <58789750+micronAMZN@users.noreply.github.com>
This commit is contained in:
Mike Cronin
2022-02-11 16:43:26 -08:00
committed by GitHub
parent 51569d8705
commit 47a6948a97
2 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -93,7 +93,10 @@
"Animations/SkeletonList.xml": "i_caf",
"cbc": "abc",
"fbx.assetinfo": "fbx",
"stl.assetinfo": "stl"
"stl.assetinfo": "stl",
"gltf.assetinfo": "gltf",
"glb.assetinfo": "glb"
},
// ---- add any folders to scan here. The priority order is the order they appear here
+3 -1
View File
@@ -8,7 +8,9 @@
"SupportedFileTypeExtensions":
[
".fbx",
".stl"
".stl",
".gltf",
".glb"
]
},
"MaterialConverter":