A
B
C
D
E
F
G
H
I
L
M
N
P
R
U
L
- loadResources(FilamentAsset) - function in com.google.android.filament.gltfio.ResourceLoader
- Iterates through all external buffers and images and creates corresponding Filament objects(vertex buffers, textures, etc), which become owned by the asset.NOTE: this is a synchronous API, please see [asyncBeginLoad] as an alternative.