DiffuseProbeGridScreenSpaceReflectionsQueryPassRequest.azasset 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassRequest",
  5. "ClassData": {
  6. "Name": "DiffuseProbeGridQueryFullscreenWithAlbedoPass",
  7. "TemplateName": "DiffuseProbeGridQueryFullscreenWithAlbedoPassTemplate",
  8. "Enabled": true,
  9. "Connections": [
  10. {
  11. "LocalSlot": "Output",
  12. "AttachmentRef": {
  13. "Pass": "ReflectionScreenSpaceRayTracingPass",
  14. "Attachment": "FallbackColor"
  15. }
  16. },
  17. {
  18. "LocalSlot": "AlbedoInput",
  19. "AttachmentRef": {
  20. "Pass": "ReflectionScreenSpaceRayTracingPass",
  21. "Attachment": "FallbackAlbedo"
  22. }
  23. },
  24. {
  25. "LocalSlot": "NormalInput",
  26. "AttachmentRef": {
  27. "Pass": "ReflectionScreenSpaceRayTracingPass",
  28. "Attachment": "FallbackNormal"
  29. }
  30. },
  31. {
  32. "LocalSlot": "PositionInput",
  33. "AttachmentRef": {
  34. "Pass": "ReflectionScreenSpaceRayTracingPass",
  35. "Attachment": "FallbackPosition"
  36. }
  37. },
  38. {
  39. "LocalSlot": "DirectionInput",
  40. "AttachmentRef": {
  41. "Pass": "ReflectionScreenSpaceRayTracingPass",
  42. "Attachment": "FallbackNormal"
  43. }
  44. }
  45. ]
  46. }
  47. }