awesome7 / XamAR

Cross-platform Augmented Reality (AR) SDK for Xamarin

Home Page:https://xamar.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use this library for glb and gltf formates

prabakaranr opened this issue · comments

Haven't tested it myself, but should be possible. This is also on our to-do list.

Refer to this post: xamarin/XamarinComponents#833 (comment)
And then you need custom factory which will load it: https://github.com/awesome7/XamAR

PS. And don't forget to manage async invoke from sync code, there are multiple solutions on the internet.

PS2. And please feel free to share your results.

Miki