solstice-solver

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

commit 70f170084b8c446dc3f66faa4596d623fa7f4a7e
parent f2c4989a52c880fa3c10a652943056dde942e557
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu,  1 Sep 2016 15:46:27 +0200

Add a TODO comment

This code needs to be reviewed after a change in s3d_hit now being
filled with world coordinate data.

Diffstat:
Msrc/ssol_material.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/ssol_material.c b/src/ssol_material.c @@ -231,6 +231,7 @@ surface_fragment_setup float transform[12]; float vec[3]; + /* TODO: review this code */ S3D(primitive_get_attrib(primitive, SSOL_TO_S3D_NORMAL, uv, &attr)); ASSERT(attr.type == S3D_FLOAT3);