Class AutomationEngine.ViewerOptions
- java.lang.Object
-
- com.google.android.filament.utils.AutomationEngine.ViewerOptions
-
- Enclosing class:
- AutomationEngine
public static class AutomationEngine.ViewerOptions extends java.lang.ObjectAllows remote control for the viewer.
-
-
Field Summary
Fields Modifier and Type Field Description booleanautoScaleEnabledfloatcameraAperturefloatcameraFocalLengthfloatcameraFocusDistancefloatcameraISOfloatcameraSpeedbooleangroundPlaneEnabledfloatgroundShadowStrengthbooleanskyboxEnabled
-
Constructor Summary
Constructors Constructor Description ViewerOptions()
-
-
-
Field Detail
-
cameraAperture
public float cameraAperture
-
cameraSpeed
public float cameraSpeed
-
cameraISO
public float cameraISO
-
groundShadowStrength
public float groundShadowStrength
-
groundPlaneEnabled
public boolean groundPlaneEnabled
-
skyboxEnabled
public boolean skyboxEnabled
-
cameraFocalLength
public float cameraFocalLength
-
cameraFocusDistance
public float cameraFocusDistance
-
autoScaleEnabled
public boolean autoScaleEnabled
-
-