Added blas-tlas;

Added Multi-Scattering GGX;
This commit is contained in:
2025-12-30 15:25:16 +09:00
parent bfd06bdd11
commit 5f5404268c
24 changed files with 1478 additions and 183 deletions

View File

@@ -29,6 +29,8 @@ typedef struct
uint32_t sample_index;
uint32_t bounce_depth;
const struct scene_t* scene;
const bvh_tree_t* bvh_tree;
const triangle_collection_t* triangles;
const light_collection_t* lights;