1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassRequest",
- "ClassData": {
- "Name": "DiffuseGlobalIlluminationPass",
- "TemplateName": "DiffuseGlobalIlluminationPassTemplate",
- "Enabled": true,
- "Connections": [
- {
- "LocalSlot": "DiffuseInputOutput",
- "AttachmentRef": {
- "Pass": "Forward",
- "Attachment": "DiffuseOutput"
- }
- },
- {
- "LocalSlot": "AlbedoInput",
- "AttachmentRef": {
- "Pass": "Forward",
- "Attachment": "AlbedoOutput"
- }
- },
- {
- "LocalSlot": "NormalInput",
- "AttachmentRef": {
- "Pass": "Forward",
- "Attachment": "NormalOutput"
- }
- },
- {
- "LocalSlot": "DepthStencilInputOutput",
- "AttachmentRef": {
- "Pass": "Forward",
- "Attachment": "DepthStencilInputOutput"
- }
- }
- ]
- }
- }
|