Package com.google.android.filament.gltfio
-
Interface Summary Interface Description MaterialProvider -
Class Summary Class Description Animator Updates matrices according to glTFanimationandskindefinitions.AssetLoader Consumes a blob of glTF 2.0 content (either JSON or GLB) and produces aFilamentAssetobject, which is a bundle of Filament entities, material instances, textures, vertex buffers, and index buffers.FilamentAsset Owns a bundle of Filament objects that have been created byAssetLoader.FilamentInstance Provides access to a hierarchy of entities that have been instanced from a glTF asset.Gltfio MaterialProvider.MaterialKey MaterialKey specifies the requirements for a requested glTF material.ResourceLoader Prepares and uploads vertex buffers and textures to the GPU.UbershaderLoader Loads pre-generated ubershader materials that fulfill glTF requirements.