Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Gizmo Flatten

(cherry picked from commit prusa3d/PrusaSlicer@f5e68a6ac6)
This commit is contained in:
enricoturri1966 2023-10-29 00:16:54 +08:00 committed by Noisyfox
parent ab090bf20d
commit 1e7a91e2d5
3 changed files with 44 additions and 13 deletions

View file

@ -323,6 +323,7 @@ public:
const IndicesList& get_volume_idxs() const { return m_list; }
const GLVolume* get_volume(unsigned int volume_idx) const;
const GLVolume* get_first_volume() const { return get_volume(*m_list.begin()); }
const ObjectIdxsToInstanceIdxsMap& get_content() const { return m_cache.content; }