Moving thumbnail assets to AtomLyIntegration

This commit is contained in:
mnaumov
2021-04-16 14:21:20 -07:00
parent c5c7332642
commit 01a2ea6423
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;