Merge pull request #116 from aws-lumberyard-dev/Atom/mnaumov/LYN-3004

[LYN-3004] Moving thumbnail assets to AtomLyIntegration so thumbnails work in Editor
This commit is contained in:
AMZN-mnaumov
2021-04-16 16:09:44 -07:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
@@ -36,7 +36,7 @@ namespace AZ
struct ThumbnailRendererData final
{
static constexpr const char* LightingPresetPath = "lightingpresets/thumbnail.lightingpreset.azasset";
static constexpr const char* DefaultModelPath = "materialeditor/viewportmodels/quadsphere.azmodel";
static constexpr const char* DefaultModelPath = "models/sphere.azmodel";
static constexpr const char* DefaultMaterialPath = "materials/basic_grey.azmaterial";
RPI::ScenePtr m_scene;