A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
L
- layer(RenderTarget.AttachmentPoint,int) - function in com.google.android.filament.RenderTarget.Builder
- Sets the layer for a given attachment point (for 3D textures).
- layerMask(int,int) - function in com.google.android.filament.RenderableManager.Builder
- Sets bits in a visibility mask.
- LESS - enum entry in com.google.android.filament.TextureSampler.CompareFunction
Strictly less than
- LESS_EQUAL - enum entry in com.google.android.filament.TextureSampler.CompareFunction
Less or equal
- levels(int) - function in com.google.android.filament.Texture.Builder
- Specifies the number of mipmap levels
- lightChannel(int,boolean) - function in com.google.android.filament.LightManager.Builder
- Enables or disables a light channel.
- lightChannel(int,boolean) - function in com.google.android.filament.RenderableManager.Builder
- Enables or disables a light channel.
- LightManager - class in com.google.android.filament
- LightManager allows you to create a light source in the scene, such as a sun or street lights.
- LightManager.Builder - class in com.google.android.filament.LightManager
- Use Builder to construct a Light object instance
- LightManager.ShadowCascades - class in com.google.android.filament.LightManager
- LightManager.ShadowOptions - class in com.google.android.filament.LightManager
- Control the quality / performance of the shadow map associated to this light
- LightManager.Type - class in com.google.android.filament.LightManager
- Denotes the type of the light being created.
- LINE_STRIP - enum entry in com.google.android.filament.RenderableManager.PrimitiveType
- LINEAR - enum entry in com.google.android.filament.Colors.RgbType
The color is defined in linear space.
- LINEAR - enum entry in com.google.android.filament.Colors.RgbaType
The color is defined in linear space and the RGB values have not been premultiplied bythe alpha (for instance, a 50% transparent red is <1,0,0,0.5>).
- LINEAR - enum entry in com.google.android.filament.ColorGrading.ToneMapping
Linear tone mapping (i.e. no tone mapping).
- LINEAR - enum entry in com.google.android.filament.View.ToneMapping
Equivalent to disabling tone-mapping.
- LINEAR - enum entry in com.google.android.filament.TextureSampler.MinFilter
Box filtering. Weighted average of 4 neighbors is used.
- LINEAR - enum entry in com.google.android.filament.TextureSampler.MagFilter
Box filtering. Weighted average of 4 neighbors is used.
- LINEAR_MIPMAP_LINEAR - enum entry in com.google.android.filament.TextureSampler.MinFilter
Both interpolated Mip-mapping and linear filtering are used.
- LINEAR_MIPMAP_NEAREST - enum entry in com.google.android.filament.TextureSampler.MinFilter
Box filtering within a mip-map level.
- LINES - enum entry in com.google.android.filament.RenderableManager.PrimitiveType
- LIT - enum entry in com.google.android.filament.Material.Shading
Default, standard lighting
- lookAt(double,double,double,double,double,double,double,double,double) - function in com.google.android.filament.Camera
- Sets the camera's model matrix.
- LOW - enum entry in com.google.android.filament.Material.Parameter.Precision
- LOW - enum entry in com.google.android.filament.ColorGrading.QualityLevel
- LOW - enum entry in com.google.android.filament.View.QualityLevel
- luminanceScaling(boolean) - function in com.google.android.filament.ColorGrading.Builder
- Enables or disables the luminance scaling component (LICH) from the exposure valueinvariant luminance system (EVILS).