Add dielectric material

This commit is contained in:
Camden Dixie O'Brien
2025-09-22 16:03:56 +01:00
parent 4a18ad238e
commit a71aa553db
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);