star-3d

Surface structuring for efficient 3D geometric queries
git clone git://git.meso-star.fr/star-3d.git
Log | Files | Refs | README | LICENSE

commit 2e62bf8ed55be744729a55f6f149865a5e695f92
parent 714e60ab2134aa020b6e6d790abc723f23879b01
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  6 Jul 2023 18:07:34 +0200

Fix test_s3d_seams test debug compilation

It must be linked to the math library because it uses inlined RSys
functions to setup rotation matrices.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -170,7 +170,6 @@ test_s3d_sampler \ test_s3d_scene \ test_s3d_scene_view_aabb \ test_s3d_scene_view \ -test_s3d_seams \ test_s3d_shape \ : s3d-local.pc $(CC) -o $@ src/$@.o $(LDFLAGS) $(S3D_LIBS) @@ -178,6 +177,7 @@ test_s3d_shape \ test_s3d_accel_struct_conf \ test_s3d_closest_point \ test_s3d_sample_sphere \ +test_s3d_seams \ test_s3d_sphere_box \ test_s3d_sphere \ test_s3d_sphere_instance \