'Autodesk Forge call for .gltf object for arcgis map
how can I call for autodesk forge 3D model in .gltf (or .obj) file to use it in arcgis javascript app? Thank You
Solution 1:[1]
You can generate obj through the workflow described in this tutorial.
You can also take advantage of forge-convert-utils to generate gltf (refer here). This method takes advantage of a SVF, covered here
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | João Martins |