solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 22c8ecf61b7b500078ba43795ae455435fbc920f
parent d7c0768cfd4e8e3ecde4bfb37c04c85b9c351d97
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 26 Jan 2017 13:58:56 +0100

Small review of the solstice solver

Diffstat:
Msrc/ssol_scene.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ssol_scene.c b/src/ssol_scene.c @@ -303,8 +303,8 @@ scene_create_s3d_views if(!inst->sample) continue; - /* FIXME: should not sample virtual (material) instance - as material is used to compute output dir */ + /* Note that geometries with virtual material can be sampled without risk + * since the solver avoid to shade them and simply pursue the primary ray */ has_sampled = 1; /* Attach the instantiated s3d sampling shape to the s3d sampling scene */