Studio ARGO
Aperçu des activités
Dernière activité effectuée par Studio ARGO-
Studio ARGO a créé un article, Afficher le marqueur sans scanner
Le SDK BEAR fournit également une méthode pour afficher un marqueur sans le scanner : showARSceneWithoutTracking(withMarkerId id: Int). Évidemment, vous avez besoin de l'identifiant du marqueur. Le...
-
Studio ARGO a créé un article, Avancé
Cette section vous permet d'accéder à des fonctionnalités plus avancées disponibles dans l'SDK BEAR. Un exemple de code est également disponible dans notre application de démo. Articles Afficher ...
-
Studio ARGO a créé un article, Implémentation
Vous pouvez afficher et utiliser la vue en réalité augmentée en utilisant la classe BearViewController et son gestionnaire BearHandlerProtocol. Articles BearViewController BearHandlerProtocol
-
Studio ARGO a créé un article, Initialisation
Le SDK doit être configuré avec une clé secrète. try? BearSDK.set(secretKey: "") Vous devez appeler la méthode BearSDK.set(secretKey: "") en utilisant une secretKey comme paramètre. Vous pouvez vér...
-
Studio ARGO a créé un article, Pour commencer
Présentation du SDK iOS BEAR Ce document est conçu pour vous aider, dès vos premiers pas, jusqu'aux exemples et concepts les plus avancés, dans le cadre du développement de votre projet de réalité ...
-
Studio ARGO a créé un article, Push Notifications
BEAR frontend provides feature to manage application notification. This section explains how to enable this feature in BearSDK. For the notifications to work with BearSDK, you must provide to BEAR ...
-
Studio ARGO a créé un article, Preload/Destroy Resources
To reduce loading and appearing time of BearViewCotroller you could preload the BearSDK resources. At the same time you may need to release the memory used by BearSDK you have to use destroy method...
-
Studio ARGO a créé un article, Pause/Resume Camera
In most cases BearSDK will handle pause/resume camera automatically. But if you are need very specific behaviour, you can disable automatic camera handling and do it manually. In BearViewCotroller...
-
Studio ARGO a créé un article, Migrate to BearSDK 2.0
Latest release of BearSDK brings many improvements and better practices to make your integration smoother. General improvements: https support. removed the most part of external dependencies. redu...
-
Studio ARGO a créé un article, Delegate
The BearDelegate protocol provides a mechanism for your application to take action on events that occur in the BearViewController(Objc). You can make use of these calls by assigning an object to th...