From 47a6948a976d3ac26232dc392154b36f205dec01 Mon Sep 17 00:00:00 2001 From: Mike Cronin <58789750+micronAMZN@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:43:26 -0800 Subject: [PATCH] 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> --- Registry/AssetProcessorPlatformConfig.setreg | 5 ++++- Registry/sceneassetimporter.setreg | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Registry/AssetProcessorPlatformConfig.setreg b/Registry/AssetProcessorPlatformConfig.setreg index 87133ba34b..ba1c696054 100644 --- a/Registry/AssetProcessorPlatformConfig.setreg +++ b/Registry/AssetProcessorPlatformConfig.setreg @@ -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 diff --git a/Registry/sceneassetimporter.setreg b/Registry/sceneassetimporter.setreg index ea88dc90c2..ea0259a259 100644 --- a/Registry/sceneassetimporter.setreg +++ b/Registry/sceneassetimporter.setreg @@ -8,7 +8,9 @@ "SupportedFileTypeExtensions": [ ".fbx", - ".stl" + ".stl", + ".gltf", + ".glb" ] }, "MaterialConverter":