Skip to content

Lightweight loading of meshes in Android #6981

Answered by romainguy
AbelToy asked this question in Q&A
Discussion options

You must be logged in to vote

Copying MeshReader and customizing it if necessary is the expected use case. We purposefully don't want to provide/support mesh formats as Filament is intended to be purely a renderer. "Filamesh" is not a format that evolves so copying its reader will it increase maintenance burden on your end. Filamesh files are designed to be both small and extremely efficient to read (there's pretty much 0 parsing, the meshes can be loaded as encoded in the file which means you can mmap the file).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AbelToy
Comment options

Answer selected by AbelToy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants