forge-digital-twin
forge-digital-twin copied to clipboard
Animation doesn't work.
I found that the blade animation works at https://forge-digital-twin.autodesk.io/, but not on my local deployment.
I found that the parts indicated in this array do not exist:
./public/scripts/extensions/animation.js
ANIMATED_PARTS = [1467, 1412];
When I replaced it with the following, it works fine.
ANIMATED_PARTS = [593];