Updated the parallax sample to use the useTexture flag instead of the enable flag for toggling the feauture, since "enable" has been removed.
@@ -25,7 +25,7 @@
namespace AtomSampleViewer
{
- static const char* ParallaxEnableName = "parallax.enable";
+ static const char* ParallaxEnableName = "parallax.useTexture";
static const char* PdoEnableName = "parallax.pdo";
static const char* ParallaxFactorName = "parallax.factor";
static const char* ParallaxHeightOffsetName = "parallax.offset";