Add dielectric material

This commit is contained in:
Camden Dixie O'Brien
2025-09-23 15:35:26 +01:00
parent 313619d8d5
commit 73028df5b3
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);