2022-10-09 22:29:26 +02:00
|
|
|
{
|
|
|
|
"primary_ray": {
|
2023-01-23 00:00:01 +01:00
|
|
|
/*
|
2022-10-09 22:29:26 +02:00
|
|
|
"rgen": "ray_primary",
|
|
|
|
"miss": [
|
|
|
|
"ray_primary"
|
|
|
|
],
|
|
|
|
"hit": [
|
|
|
|
{"closest": "ray_primary"},
|
|
|
|
{"closest": "ray_primary", "any": "ray_common_alphatest"}
|
|
|
|
]
|
2023-01-23 00:00:01 +01:00
|
|
|
*/
|
|
|
|
"comp": "ray_primary"
|
2022-10-09 22:29:26 +02:00
|
|
|
},
|
2022-11-26 21:35:22 +01:00
|
|
|
// "light_direct": {
|
|
|
|
// "template": true,
|
|
|
|
// "miss": [
|
|
|
|
// "ray_shadow"
|
|
|
|
// ],
|
|
|
|
// "hit": [
|
|
|
|
// {"closest": "ray_shadow", "any": "ray_common_alphatest"}
|
|
|
|
// ]
|
|
|
|
// },
|
|
|
|
// "light_direct_poly": {
|
|
|
|
// "inherit": "light_direct",
|
|
|
|
// "rgen": "ray_light_poly_direct"
|
|
|
|
// },
|
|
|
|
// "light_direct_point": {
|
|
|
|
// "inherit": "light_direct",
|
|
|
|
// "rgen": "ray_light_direct_point"
|
|
|
|
// },
|
2022-10-09 22:29:26 +02:00
|
|
|
"light_direct_poly": {
|
2022-11-26 21:35:22 +01:00
|
|
|
"comp": "ray_light_direct_poly"
|
2022-10-09 22:29:26 +02:00
|
|
|
},
|
|
|
|
"light_direct_point": {
|
2022-11-26 21:35:22 +01:00
|
|
|
"comp": "ray_light_direct_point"
|
2022-10-09 22:29:26 +02:00
|
|
|
},
|
2023-02-07 19:46:57 +01:00
|
|
|
"bounce": {
|
|
|
|
"comp": "bounce"
|
|
|
|
},
|
2022-10-09 22:29:26 +02:00
|
|
|
"denoiser": {
|
|
|
|
"comp": "denoiser"
|
2023-01-23 00:00:01 +01:00
|
|
|
},
|
|
|
|
//"RESOURCES": { "position_t_prev": { "previous_frame": "position_t" }, },
|
2022-10-09 22:29:26 +02:00
|
|
|
}
|