forge-digital-twin icon indicating copy to clipboard operation
forge-digital-twin copied to clipboard

Animation doesn't work.

Open entropical opened this issue 4 years ago • 0 comments

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];

entropical avatar Aug 19 '21 04:08 entropical