AnimViewport.setreg 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "O3DE": {
  3. "Editor": {
  4. "Viewport": {
  5. "Animation": {
  6. "Scene": {
  7. "FeatureProcessors": [
  8. "AZ::Render::AcesDisplayMapperFeatureProcessor",
  9. "AZ::Render::DirectionalLightFeatureProcessor",
  10. "AZ::Render::MeshFeatureProcessor",
  11. "AZ::Render::ImageBasedLightFeatureProcessor",
  12. "AZ::Render::PostProcessFeatureProcessor",
  13. "AZ::Render::SkinnedMeshFeatureProcessor",
  14. "AZ::Render::SkyBoxFeatureProcessor",
  15. "AZ::Render::TransformServiceFeatureProcessor",
  16. "AZ::Render::AuxGeomFeatureProcessor",
  17. // These FPs can be removed once the LightCullingPass issue [ATOM-17812] is addressed
  18. "AZ::Render::SimplePointLightFeatureProcessor",
  19. "AZ::Render::SimpleSpotLightFeatureProcessor",
  20. "AZ::Render::PointLightFeatureProcessor",
  21. "AZ::Render::DiskLightFeatureProcessor",
  22. "AZ::Render::CapsuleLightFeatureProcessor",
  23. "AZ::Render::QuadLightFeatureProcessor",
  24. "AZ::Render::DecalTextureArrayFeatureProcessor"
  25. ]
  26. }
  27. }
  28. }
  29. }
  30. }
  31. }