123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassRequest",
- "ClassData": {
- "Name": "DiffuseProbeGridQueryFullscreenWithAlbedoPass",
- "TemplateName": "DiffuseProbeGridQueryFullscreenWithAlbedoPassTemplate",
- "Enabled": true,
- "Connections": [
- {
- "LocalSlot": "Output",
- "AttachmentRef": {
- "Pass": "ReflectionScreenSpaceRayTracingPass",
- "Attachment": "FallbackColor"
- }
- },
- {
- "LocalSlot": "AlbedoInput",
- "AttachmentRef": {
- "Pass": "ReflectionScreenSpaceRayTracingPass",
- "Attachment": "FallbackAlbedo"
- }
- },
- {
- "LocalSlot": "NormalInput",
- "AttachmentRef": {
- "Pass": "ReflectionScreenSpaceRayTracingPass",
- "Attachment": "FallbackNormal"
- }
- },
- {
- "LocalSlot": "PositionInput",
- "AttachmentRef": {
- "Pass": "ReflectionScreenSpaceRayTracingPass",
- "Attachment": "FallbackPosition"
- }
- },
- {
- "LocalSlot": "DirectionInput",
- "AttachmentRef": {
- "Pass": "ReflectionScreenSpaceRayTracingPass",
- "Attachment": "FallbackNormal"
- }
- }
- ]
- }
- }
|