mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 18:35:57 +08:00
Fix for world transformation of text
This commit is contained in:
parent
50bb164263
commit
c2765cbde8
@ -403,7 +403,7 @@ Transform3d priv::world_matrix(const GLVolume *gl_volume, const Model *model)
|
|||||||
if (!fix.has_value())
|
if (!fix.has_value())
|
||||||
return res;
|
return res;
|
||||||
|
|
||||||
return res * (*fix);
|
return res * fix->inverse();
|
||||||
}
|
}
|
||||||
|
|
||||||
Transform3d priv::world_matrix(const Selection &selection)
|
Transform3d priv::world_matrix(const Selection &selection)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user