You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm currently developing a photogrammetry application where you take 2D images and turn them into 3D mesh models in STL formats. If I were to use this as a library for my application in Android Studio, how do I proceed? I currently have my 3D mesh model in STL files and trying to visualize it using this library in Android Studio.
The text was updated successfully, but these errors were encountered:
Hi @alvinfong06 . You have 2 modules (app + engine).
So you can build your own Viewer using the engine as you want.
I think the viewer code has all you need in order to import your own STL models.
This piece of code launches a ModelFragment using an URI an input
You can make that URI point to your either http public url, android asset or android content manager link.
Hi, I'm currently developing a photogrammetry application where you take 2D images and turn them into 3D mesh models in STL formats. If I were to use this as a library for my application in Android Studio, how do I proceed? I currently have my 3D mesh model in STL files and trying to visualize it using this library in Android Studio.
The text was updated successfully, but these errors were encountered: