mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
ENABLE_THUMBNAIL_GENERATOR -> Use orthographic camera when rendering thumbnails
This commit is contained in:
parent
418634a677
commit
bf8fcabb29
2 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace GUI {
|
|||
const double Camera::DefaultDistance = 1000.0;
|
||||
#if ENABLE_THUMBNAIL_GENERATOR
|
||||
const double Camera::DefaultZoomToBoxMarginFactor = 1.0;
|
||||
const double Camera::DefaultZoomToVolumesMarginFactor = 1.1;
|
||||
const double Camera::DefaultZoomToVolumesMarginFactor = 1.0;
|
||||
#endif // ENABLE_THUMBNAIL_GENERATOR
|
||||
double Camera::FrustrumMinZRange = 50.0;
|
||||
double Camera::FrustrumMinNearZ = 100.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue