

To provide for cases where either Google Play Services for AR or the Google appĪren't present or the installed versions are too old, you can specify a fallback The vast majority of ARCore supported devices. This app comes pre-installed and is also automatically kept up to date on This service is automatically installed and kept up to date on the vastĪpp. To experience AR with Scene Viewer, users must have an:Īndroid 7.0 Nougat (API Level 24) or later. Web-based experiences require only properly-formatted links on a web page.Īpp-based experiences require only integrating a few lines of Java code. It also powers these experiences for Google Search. Implemented by many Google partners to reliably support 3D and AR experiences. Most Android browsers support Scene Viewer. Place, view, and interact with web-hosted 3D models in their environment. It lets users of Android mobile devices easily preview, You can use the same methods provided in Svrf's C# library to make API requests to Svrf.Scene Viewer is an immersive viewer that enables 3D and AR experiences from your

It is inherited from SvrfClient class from the Svrf C# library. If you know exactly which piece of content the user needs, you can also get media directly by its id. Then there's trending, which provides your users with access to curated immersive content. There's search, that allows your users to enter a query and get back related results. There are three methods to fetch content from the Svrf API. Optionally, you can provide your own custom token storage methods. Optionally, you can set up the library to require manual authentication.Īuthentication tokens will be automatically saved in memory while your app is running. The library will automatically handle authenticating your Svrf API Key, attaching your Authentication Token to your requests' headers, and renew expired tokens. SvrfClient svrf = new SvrfClient ( "Add your Svrf API Key here" ) You can install it by searching for Svrf package in the NuGet window or by typing the following command into the Package Manager console: Installation via NuGet is the preferable way.

Select Assets > Import Package > Custom Package.

