ARAnimation |
AR animation
|
ARAnimationGroup |
Animation group
|
ARAnimationManager |
Animation Manager
|
ARAnimationModel |
Default animation
|
ARAnimationParameter |
AR animation parameters
|
ARAnimationRepeatMode |
Playing modes
|
ARAnimationRotation |
Rotate animation
|
ARAnimationTranslation |
Displacement animation
|
ARAnimationTranslation2 |
Displacement animation 2.
|
ARCsvReader |
CSV file reader
Read the parameter recordset from a file
|
AREffectElement |
AR special object
|
AREffectView |
AR special effect view control
api 'com.google.android.filament:filament-android:1.7.0'
api 'com.google.android.filament:gltfio-android:1.7.0'
api 'com.google.ar:core:1.16.0'
|
ARGltfElement |
AR special object - Gltf model
|
ARMapElement |
AR map elements
|
ARParticleElement |
AR special effect object.
|
ARRecordParameter |
Record parameters of AR scene
inertial data (ENU coordinate systems)
|
ARVideoElement |
AR video elements
|
ARVideoElement2 |
author : linwenhao
date : 2022/4/8 10:37
desc :
version: 1.0
|
ARViewElement |
AR special effect object - 2D view
Uses ViewRenderable
|
ARWebViewElement |
WebView
Uses ViewRenderable
|
CalibrationPoint |
Calibration point
For two-point correction
|
CalibrationResult |
Calibration results
Get the geographical position and azimuth when mobile phone starts AR scene through two-point positioning
|
CameraRecordControl |
|
CameraRecordControl.TaskManager |
CameraWindowRenderer Refresh manager
Use a singleton to manage all the refresh CameraWindowRenderer
The advantage of this is that when multiple camerawindowrenderers are present,Unified refresh,Avoid stalling caused by multiple Timer updates.
|
CameraWindowRenderer |
Camera window renderer
Render the corresponding window in the map dynamic layer when the phone is looking down at the ground
|
ConvertTool |
Conversion tools
|
EffectView |
Base view control class
|
ErrorCallback.Error |
|
HmsAREffectView |
|
ImageEffectView |
Image Background Effects View 1
|
Location |
Geographical position (WGS)
|
OcclusionHelper |
Occlusion assistant
Mostly used for local rendering of the picture, showing the rendering effect of virtual and real occlusion
|
OrientationListener |
Orientation listener
|
PrjCoordSysParameter |
Projection conversion parameter
|
RecordParameter |
record parameters
Direct sub class:
UAV parameters UAVRecordParameter
AR parameters ARRecordParameter
|
TransformCalibrationResult |
The calibration results of geographical registration were used
Get the geographical position and azimuth when mobile phone starts AR scene through two-point positioning
|
Vector |
AR vector.
|
VideoEffectView |
Video scene view
|
VideoEffectView2 |
Video background effects view 2
VideoEffectView2 synchronizes videos better than the obsolete VideoEffectView
build.gradle dependency:
//You need to make sure that the ExSceneView class is in the dependency
implementation files('libs/sceneform-sm-11.0.1.aar')
def filament_version = '1.12.0'
api "com.google.android.filament:filament-android:$filament_version"
api "com.google.android.filament:gltfio-android:$filament_version"
api "com.google.android.filament:filament-utils-android:$filament_version"
|