star-sf

Set of surface and volume scattering functions
git clone git://git.meso-star.fr/star-sf.git
Log | Files | Refs | README | LICENSE

commit 275d20daa4c14eb11b226d86878802a3b5a2c5b1
parent ed3a9e1d8d09adeca8c7e6c6a54690af684e2110
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 21 Sep 2016 16:44:11 +0200

Fix the BXDF_TYPE_EQ macro

Diffstat:
Msrc/ssf_bxdf_c.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/ssf_bxdf_c.h b/src/ssf_bxdf_c.h @@ -34,6 +34,8 @@ struct ssf_bxdf { ( (A)->init == (B)->init \ && (A)->release == (B)->release \ && (A)->sample == (B)->sample \ + && (A)->eval == (B)->eval \ + && (A)->pdf == (B)->pdf \ && (A)->sizeof_bxdf == (B)->sizeof_bxdf \ && (A)->alignof_bxdf == (B)->alignof_bxdf)