diff options
author | quou <quou@disroot.org> | 2025-01-18 16:19:41 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-18 16:19:41 +1100 |
commit | cf2abfcfe34a9b3e4cf5af193d1f320374416267 (patch) | |
tree | c0f209ac730fa8a8b4564c818b3ce44fec59ffeb /model.hpp | |
parent | 025510f2928e123d12a7d6d3574ca70fdd9d7717 (diff) |
convert models and editor to use ecs
Diffstat (limited to 'model.hpp')
-rw-r--r-- | model.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -123,13 +123,6 @@ struct Model_Scene { Texture_Id env_cubemap, Sampler_Id sampler ); - std::pair<Model_Instance*, int> pick( - const Camera& cam, - int w, - int h, - int mx, - int my - ); }; #endif |