forge-extensions icon indicating copy to clipboard operation
forge-extensions copied to clipboard

Autodesk Forge Viewer Extensions with loose coupling, so that it's easy to plug and play in other projects.

Results 5 forge-extensions issues
Sort by recently updated
recently updated
newest added

Hi Team, We love some the extensions that are built here. Is there an extension available (or can you share some insight on how we can build) one that will...

As a wish, to help demo it: have a URL that loads a model and an extension, something like: https://forge-extensions.autodesk.io/?urn=urnofthemodel&extension=extensionname this function may be [helpful](https://github.com/Autodesk-Forge/forge-viewhubs/blob/master/forgeSample/wwwroot/js/ForgeViewer.js#L20))

https://github.com/Autodesk-Forge/forge-extensions/blob/12e128d97b3c454e616ecd0ae64963465cc32548/public/extensions/IconMarkupExtension/contents/main.js#L153 Consider caching this x,y,z point. If it already exists, then you don't need to traverse the frag tree and calculate the union().center() every frame. Something like this... ``` posCache...

The XSLExtension readme setup is refencing the DrawToolExtension script

Hi. I currently look at this repository and experiment with it locally. There are 3 files on the left on the demo page, but there were no samples on the...