google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.8k stars 1.89k forks source link

add Java bindings for gltfio::Animator #1529

Closed atul109 closed 5 years ago

atul109 commented 5 years ago

I couldn't find any coding documentation or samples to list or play animations of a .glb file. getAnimationCount() is missing in FilamentAsset Build using the gltfio-20190808-android.aar and filament-20190808-android.aar but gltfio android does not contain Animator

Does filament support raycast as in Sceneform to select and scale multiple models?

prideout commented 5 years ago

The C++ layer has an "Animator" object which is used by our gltf_viewer sample. However it looks like we have not yet provided JNI bindings for that, I'll fix that.

No, Filament does not support picking.