Autodesk Forge Extension

前端 未结 1 963
攒了一身酷
攒了一身酷 2021-01-27 17:26

So I am following this tutorial to extend the autodesk forge viewer. I have compelted all of the steps and no button is showing, I assume this is due to an error with the loadin

相关标签:
1条回答
  • 2021-01-27 17:41

    Yes, you are missing the CSS for the Buttons and also the reference to the JS files pertaining to the extensions in your HTML file.

    <script src="your_folder/MyExtensionFileName.js"></script>
    

    http://learnforge.autodesk.io/#/viewer/extensions/selection?id=toolbar-css Check this for the CSS of your extension buttons.

    0 讨论(0)
提交回复
热议问题