Hi,
This looks like a very easy implementation of AR in OutSystems mobile.
What I lack to understand is how and where I can make the 3D models that need to be uploaded in the back office.
Regards,
Daniel
Hello Daniel,
The input src of the webblock has the following description:
"The URL to the 3D model. Only glTF/GLB models are supported."
So the Model viewer only supports files with a glTF or GLB extension.
This means programs like blender, fusion360 or any other 3d program can be used if they can be exported/converted to these file types.
Best of luck!
Bradley
Hello @Bradley Lansink, I have doubt! about glb file and gltf file, where should i attach and pass the url into the Model Viewer.Thanks in advance.