Module fastj.library
Package tech.fastj.graphics.display
Class RenderSettings.ImageVariantResolution
- java.lang.Object
-
- tech.fastj.graphics.display.RenderSettings.ImageVariantResolution
-
- Enclosing class:
- RenderSettings
public static class RenderSettings.ImageVariantResolution extends Object
Render settings that change how images are picked based on resolution.
-
-
Field Summary
Fields Modifier and Type Field Description static RenderSettings
FitToScreenDPI
Render setting that specifies to choose image resolutions based on the screen DPI.static RenderSettings
FitToSize
Render setting that specifies to choose image resolutions based on the camera transformation and screen DPI.static RenderSettings
Standard
Render setting that specifies to always use the standard resolution of an image.
-
-
-
Field Detail
-
Standard
public static final RenderSettings Standard
Render setting that specifies to always use the standard resolution of an image.
-
FitToSize
public static final RenderSettings FitToSize
Render setting that specifies to choose image resolutions based on the camera transformation and screen DPI.
-
FitToScreenDPI
public static final RenderSettings FitToScreenDPI
Render setting that specifies to choose image resolutions based on the screen DPI.
-
-