Skip to content

Commit

Permalink
Watch coord changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Oct 20, 2024
1 parent 9ac30a4 commit 113f506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/x_ite/Components/HAnim/HAnimSegment.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Object .assign (Object .setPrototypeOf (HAnimSegment .prototype, X3DGroupingNode
// Events

this ._displacers .addInterest ("set_displacers__", this);
this ._coord .addInterest ("set_coord__", this);

this ._displacementsTexture .addInterest ("set_displacementsTexture__", this);
this ._displacementWeightsTexture .addInterest ("set_displacementWeightsTexture__", this);
Expand Down

0 comments on commit 113f506

Please sign in to comment.