mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
ENABLE_THUMBNAIL_GENERATOR -> Render thumbnails using shader
This commit is contained in:
parent
bf8fcabb29
commit
f94f75d481
2 changed files with 29 additions and 10 deletions
|
@ -25,8 +25,8 @@ namespace GUI {
|
|||
|
||||
const double Camera::DefaultDistance = 1000.0;
|
||||
#if ENABLE_THUMBNAIL_GENERATOR
|
||||
const double Camera::DefaultZoomToBoxMarginFactor = 1.0;
|
||||
const double Camera::DefaultZoomToVolumesMarginFactor = 1.0;
|
||||
const double Camera::DefaultZoomToBoxMarginFactor = 1.025;
|
||||
const double Camera::DefaultZoomToVolumesMarginFactor = 1.025;
|
||||
#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