A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
F
- farPlane(float) - function in com.google.android.filament.utils.Manipulator.Builder
- Sets the distance to the far plane, which defaults to 5000.
- finalize() - function in com.google.android.filament.utils.Manipulator
- flightMaxMoveSpeed(float) - function in com.google.android.filament.utils.Manipulator.Builder
- Sets the maximum camera translation speed in world units per second for FREE_FLIGHT mode.Defaults to 10.
- flightMoveDamping(float) - function in com.google.android.filament.utils.Manipulator.Builder
- Applies a deceleration to camera movement in FREE_FLIGHT mode.
- flightPanSpeed(float,float) - function in com.google.android.filament.utils.Manipulator.Builder
- Sets the multiplier with viewport delta for FREE_FLIGHT mode.This defaults to 0.01.
- flightSpeedSteps(int) - function in com.google.android.filament.utils.Manipulator.Builder
- Sets the number of speed steps adjustable with scroll wheel for FREE_FLIGHT mode.Defaults to 80.
- flightStartOrientation(float,float) - function in com.google.android.filament.utils.Manipulator.Builder
- Sets the initial orientation in pitch and yaw for FREE_FLIGHT mode.
- flightStartPosition(float,float,float) - function in com.google.android.filament.utils.Manipulator.Builder
- Sets the initial eye position in world space for FREE_FLIGHT mode.
- Float2 - class in com.google.android.filament.utils
- Float3 - class in com.google.android.filament.utils
- Float4 - class in com.google.android.filament.utils
- floor(Half) - function in com.google.android.filament.utils.HalfKt
- Returns the largest half-precision float value toward positive infinity less than or equal to the specified half-precision float value.
- FORWARD - enum entry in com.google.android.filament.utils.Manipulator.Key
- fovDegrees(float) - function in com.google.android.filament.utils.Manipulator.Builder
- Sets the full FOV (not the half-angle) in the degrees.This defaults to 33.
- fovDirection(Manipulator.Fov) - function in com.google.android.filament.utils.Manipulator.Builder
- Sets the FOV axis that's held constant when the viewport changes.This defaults to Vertical.
- fract(Float) - function in com.google.android.filament.utils.ScalarKt
- FREE_FLIGHT - enum entry in com.google.android.filament.utils.Manipulator.Mode
- fromAxisAngle(Float3,Float) - function in com.google.android.filament.utils.Quaternion.Companion
- Construct a Quaternion from an axis and angle in degrees
- fromBits(Integer) - function in com.google.android.filament.utils.Half.Companion
- Returns the Half value corresponding to the given bit representation according to the IEEE 754 floating-point half-precision bit layout.
- fromEuler(Float3,RotationsOrder) - function in com.google.android.filament.utils.Quaternion.Companion
- Construct a Quaternion from Euler angles using YPR around a specified orderUses intrinsic Tait-Bryan angles.
- fromEuler(Float,Float,Float,RotationsOrder) - function in com.google.android.filament.utils.Quaternion.Companion
- Construct a Quaternion from Euler yaw, pitch, roll around a specified order.