Package-level declarations
Types
Displays the Camera stream using Filament.
Properties
Retrieves the camera's culling matrix. The culling matrix is the same as the projection matrix, except the far plane is finite.
Computes the exposure normalization factor from the camera's EV100.
Retrieves the camera forward unit vector in world space, that is a unit vector that points in the direction the camera is looking at.
Retrieves the camera left unit vector in world space, that is a unit vector that points to the left of the camera.
The camera's model matrix.
Retrieves the camera's projection matrix. The projection matrix used for rendering always has its far plane set to infinity. This is why it may differ from the matrix set through setProjection() or setLensProjection().
Retrieves the camera up unit vector in world space, that is a unit vector that points up with respect to the camera.
Retrieves the camera's view matrix. The view matrix is the inverse of the model matrix.
Functions
Retrieve a android resource uri from a res id.
Calculates a ray in world space going from the near-plane of the camera and going through a point in screen space.
Get a world space position from a screen space position
Creates a picking query. Multiple queries can be created (e.g.: multi-touch).
Calculates a ray in world space going from the near-plane of the camera and through a point in view space.
Get a world space position from a screen space position
Sets a custom projection matrix.
Sets an additional matrix that scales the projection matrix.
Get a world space position from a view space position.
Get a screen space position from a world position.
Get a view space position from a world position.