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

How to use filament for AR or with ARcore #650

Closed hemantkadamata closed 5 years ago

hemantkadamata commented 5 years ago

Hi, I am using filament for rendering 3D content at runtime and have to render the same 3D content for AR on android device. Does Filament provide API's to do or it connects with ARCore Internally for rendering AR content? It will be helpful if any sample is shared.

romainguy commented 5 years ago

Filament provides all the required API to render AR content. The Sceneform library from ARCore actually uses Filament to do all the rendering internally. You could just use Sceneform directly as it lets you do AR and regular 3D.

tellypresence commented 4 years ago

Now that SceneForm has been archived, it would be helpful to have a sample of directly integrating ARCore with Filament

f4bsn commented 4 years ago

Now that SceneForm has been archived, it would be helpful to have a sample of directly integrating ARCore with Filament

+1