diff options
author | quou <quou@disroot.org> | 2025-01-13 23:02:47 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-13 23:02:47 +1100 |
commit | dfa0b6de5a070d1be63d04574c3b8ce469518250 (patch) | |
tree | 92b8aed9c2cfd3a40a250b7a6bb1bef8f84f968d /model.hpp | |
parent | 014077c89bb3c50718d56430f387109ad43508b6 (diff) |
improve picking by selecting the closest object
Diffstat (limited to 'model.hpp')
-rw-r--r-- | model.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 { |