Cleanup depth management

This commit is contained in:
brunoherbelin
2021-02-28 14:10:32 +01:00
parent 70cc66a7f4
commit 8123e61e34
9 changed files with 105 additions and 50 deletions

View File

@@ -79,6 +79,7 @@ public:
Source * findSource (Node *node);
Source * findSource (std::string name);
Source * findSource (uint64_t id);
SourceList findSources (float depth_from, float depth_to);
// management of view
View *view (View::Mode m = View::INVALID);