awesome7 / XamAR

Cross-platform Augmented Reality (AR) SDK for Xamarin
https://xamar.io
MIT License
33 stars 6 forks source link

Can we use this library for glb and gltf formates #79

Closed prabakaranr closed 1 year ago

miki-bgd commented 2 years ago

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

Refer to this post: https://github.com/xamarin/XamarinComponents/issues/833#issuecomment-911909326 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