A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
P
- packTangentFrame(float,float,float,float,float,float,float,float,float,Array) - function in com.google.android.filament.MathUtils
- Packs the tangent frame represented by the specified tangent, bitangent, and normal into aquaternion.
- packTangentFrame(float,float,float,float,float,float,float,float,float,Array,int) - function in com.google.android.filament.MathUtils
- Packs the tangent frame represented by the specified tangent, bitangent, and normal into aquaternion.
- payload(Buffer,int) - function in com.google.android.filament.Material.Builder
- Specifies the material data.
- PCF - enum entry in com.google.android.filament.View.ShadowType
percentage-closer filtered shadows (default)
- PCSS - enum entry in com.google.android.filament.View.ShadowType
PCF with soft shadows and contact hardening
- PERSPECTIVE - enum entry in com.google.android.filament.Camera.Projection
Perspective projection, objects get smaller as they are farther.
- pick(int,int,Object,View.OnPickCallback) - function in com.google.android.filament.View
- Creates a picking query.
- POINT - enum entry in com.google.android.filament.LightManager.Type
Point light, emits light from a position, in all directions.
- POINTS - enum entry in com.google.android.filament.RenderableManager.PrimitiveType
- position(float,float,float) - function in com.google.android.filament.LightManager.Builder
- Sets the initial position of the light in world space.
- POSITION - enum entry in com.google.android.filament.VertexBuffer.VertexAttribute
- positions(Buffer) - function in com.google.android.filament.SurfaceOrientation.Builder
- POSITIVE_X - enum entry in com.google.android.filament.Texture.CubemapFace
+x face
- POSITIVE_Y - enum entry in com.google.android.filament.Texture.CubemapFace
+y face
- POSITIVE_Z - enum entry in com.google.android.filament.Texture.CubemapFace
+z face
- PREMULTIPLIED_LINEAR - enum entry in com.google.android.filament.Colors.RgbaType
The color is defined in linear space and the RGB values have been premultiplied by thealpha (for instance, a 50% transparent red is <0.5,0,0,0.5>).
- PREMULTIPLIED_SRGB - enum entry in com.google.android.filament.Colors.RgbaType
The color is defined in sRGB space and the RGB values have been premultiplied by thealpha (for instance, a 50% transparent red is <0.5,0,0,0.5>).
- priority(int) - function in com.google.android.filament.RenderableManager.Builder
- Provides coarse-grained control over draw order.