How to host 3mx in windows IIS server?

Could anybody explain how to host the 3mx web ready model in IIS?

Parents
  • Nothing special to it from memory. They are all static files. I don't recall adding an association for any file types.

    So you have your 3MX directory and data sub-directories. You also need the "App" directory which has the *.html file in it. You select to add the "Web" app when you are building it. The App directory has the all the javascript etc to make it work. There is a json file you can edit easily enough that points to the data directory. Can also change icons for your own/client branding.

    As long as the relative paths are right, you should be away. So you have a \mesh\ directory for example .. then you have a \mesh\app .. and \mesh\data directories ..

    Hit the *.html file with your browser .. \mesh\app\index.html ..

Reply
  • Nothing special to it from memory. They are all static files. I don't recall adding an association for any file types.

    So you have your 3MX directory and data sub-directories. You also need the "App" directory which has the *.html file in it. You select to add the "Web" app when you are building it. The App directory has the all the javascript etc to make it work. There is a json file you can edit easily enough that points to the data directory. Can also change icons for your own/client branding.

    As long as the relative paths are right, you should be away. So you have a \mesh\ directory for example .. then you have a \mesh\app .. and \mesh\data directories ..

    Hit the *.html file with your browser .. \mesh\app\index.html ..

Children
No Data