On rayCast miss add part simillar way as right panel do.
Fix: https://github.com/prusa3d/PrusaSlicer/issues/9611
This commit is contained in:
parent
d6eea1de42
commit
c1b480e57f
2 changed files with 19 additions and 11 deletions
|
@ -124,7 +124,7 @@ public:
|
|||
std::optional<Hit> closest(const Vec3d &point, const ISkip *skip = nullptr) const;
|
||||
|
||||
/// <summary>
|
||||
/// Getter on transformation
|
||||
/// Getter on transformation from hitted volume to world
|
||||
/// </summary>
|
||||
/// <param name="tr_key">Define transformation</param>
|
||||
/// <returns>Transformation for key</returns>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue