From dfa0b6de5a070d1be63d04574c3b8ce469518250 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 13 Jan 2025 23:02:47 +1100 Subject: improve picking by selecting the closest object --- model.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'model.hpp') diff --git a/model.hpp b/model.hpp index 190b2b6..b2bb531 100644 --- a/model.hpp +++ b/model.hpp @@ -108,7 +108,6 @@ struct Model_Instance { Texture_Id env_cubemap, Sampler_Id sampler ); - int pick(const v3f& o, const v3f& d); }; struct Model_Scene { -- cgit v1.2.3-54-g00ecf