mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
SLA gizmo now respects the clipping plane when rendering points and raycasting mouse onto mesh
This commit is contained in:
parent
fd1f9d65fb
commit
bc9164e40c
4 changed files with 74 additions and 27 deletions
|
@ -86,6 +86,7 @@ private:
|
|||
int m_canvas_height;
|
||||
|
||||
std::vector<const ConfigOption*> get_config_options(const std::vector<std::string>& keys) const;
|
||||
bool is_point_clipped(const Vec3d& point, const Vec3d& direction_to_camera, float z_shift) const;
|
||||
|
||||
// Methods that do the model_object and editing cache synchronization,
|
||||
// editing mode selection, etc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue