commit 589086529706de83a64f713ab82b3cb69ba63772
parent 963495ffc9368a2212dcf13d7f14806263fd1612
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 22 Apr 2021 11:50:05 +0200
Rm the declaration of htrdr_geometry_create_bsdf
This function was never defined.
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/core/htrdr_geometry.h b/src/core/htrdr_geometry.h
@@ -73,16 +73,6 @@ htrdr_geometry_get_interface
const struct s3d_hit* hit,
struct htrdr_interface* interface);
-HTRDR_CORE_API res_T
-htrdr_geometry_create_bsdf
- (struct htrdr_geometry* geom,
- const size_t ithread,
- const double wavelength,
- const double pos[3],
- const double dir[3], /* Incoming ray */
- const struct s3d_hit* hit,
- struct htrdr_interface* interf, /* NULL <=> do not return the interface */
- struct ssf_bsdf** bsdf);
HTRDR_CORE_API res_T
htrdr_geometry_trace_ray