mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 02:37:04 +00:00
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of volumes
This commit is contained in:
committed by
Noisyfox
parent
02f83f29c7
commit
3577a259d5
@@ -13,6 +13,7 @@
|
||||
|
||||
#include "GLModel.hpp"
|
||||
#include "GLShader.hpp"
|
||||
#include "MeshUtils.hpp"
|
||||
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
@@ -202,6 +203,8 @@ public:
|
||||
EHoverState hover;
|
||||
|
||||
GUI::GLModel model;
|
||||
// raycaster used for picking
|
||||
std::unique_ptr<GUI::MeshRaycaster> mesh_raycaster;
|
||||
// BBS
|
||||
mutable std::vector<GUI::GLModel> mmuseg_models;
|
||||
mutable ObjectBase::Timestamp mmuseg_ts;
|
||||
|
||||
Reference in New Issue
Block a user