Add dielectric material

This commit is contained in:
2025-09-23 15:36:08 +01:00
parent cdc56a119f
commit 1eb8fd3067
7 changed files with 73 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ typedef struct {
} rng_t;
rng_t rng_init(unsigned seed);
double rng_canon(rng_t *rng);
vec3_t rng_vec3(rng_t *rng);
vec3_t rng_gaussian_xy(rng_t *rng, double stddev);