|
@@ -20,7 +20,10 @@
|
|
|
|
|
|
namespace AtomSampleViewer
|
|
|
{
|
|
|
- static constexpr const char DefaultPbrMaterialPath[] = "materials/defaultpbr.azmaterial";
|
|
|
+ static constexpr const char DefaultPbrMaterialPath[] = "materials/defaultpbr.azmaterial";
|
|
|
+ static constexpr const char BunnyModelFilePath[] = "objects/bunny.azmodel";
|
|
|
+ static constexpr const char ShaderBallModelFilePath[] = "objects/shaderball_simple.azmodel";
|
|
|
+ static constexpr const char CubeModelFilePath[] = "testdata/objects/cube/cube.azmodel";
|
|
|
|
|
|
class SampleComponentConfig
|
|
|
: public AZ::ComponentConfig
|