3
0

DiffuseProbeGridVisualizationPassRequest.azasset 724 B

1234567891011121314151617181920212223242526
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassRequest",
  5. "ClassData": {
  6. "Name": "DiffuseProbeGridVisualizationPass",
  7. "TemplateName": "DiffuseProbeGridVisualizationPassTemplate",
  8. "Enabled": true,
  9. "Connections": [
  10. {
  11. "LocalSlot": "ColorInputOutput",
  12. "AttachmentRef": {
  13. "Pass": "PostProcessPass",
  14. "Attachment": "Output"
  15. }
  16. },
  17. {
  18. "LocalSlot": "DepthInput",
  19. "AttachmentRef": {
  20. "Pass": "DepthPrePass",
  21. "Attachment": "Depth"
  22. }
  23. }
  24. ]
  25. }
  26. }