mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Tech ENABLE_ALLOW_NEGATIVE_Z-> Synchronize sinking instances
This commit is contained in:
parent
3f6123e653
commit
bb18edde0a
2 changed files with 79 additions and 101 deletions
|
@ -129,7 +129,7 @@ private:
|
|||
TransformCache m_instance;
|
||||
|
||||
public:
|
||||
VolumeCache() {}
|
||||
VolumeCache() = default;
|
||||
VolumeCache(const Geometry::Transformation& volume_transform, const Geometry::Transformation& instance_transform);
|
||||
|
||||
const Vec3d& get_volume_position() const { return m_volume.position; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue