I wanted to make an app that helps users upload 3d file and will be to interact with the 3d objects after uploading it , can this be achievable in mendix ?

0
I have read all mendix documentation but those were not useful , has anyone got a clarity steps to achieve  this 3d uopload and interaction ?
asked
2 answers
0

Did you dive into the 3D Viewer from the Marketplace?

 

If for any reason you don’t want to use this service, the easiest way to display a 3D interactive image is by using the model-viewer html element. I believe there is a widget for that in the Marketplace already:

 

Simply logic 3D viewer

 

If for any reason that widget is not good enough, you can build your own based on the model-viewer HTML element. You would need to create a pluggable Mendix widget for this. You need advanced Mendix and JavaScript/React skills for this.

 

https://modelviewer.dev/

 

answered
0

i uploaded 3d viewer in to an mendix app, i dont know the next steps ? :(

answered