Skip to content

Commit

Permalink
[NC] Add constraint 'mirror' and 'look at' toggles (#64)
Browse files Browse the repository at this point in the history
Adds the features described here (in a different repo).

Adds the ability to mirror the contraint and to make the child look at the position of the parent.
To make updating easier I also moved the actual contraining logic to the Contraint class itself, and just call those methods. Since the contraint gets updatated in two places with the same logic.

Also fixes the deault values of the scale offsets to be 1 (which was already set to 1 when pressing the reset button) to get normal behaviour inverting the scale by default (does not effect the normal scaling constraint)
  • Loading branch information
RikkiBalboa authored Mar 12, 2024
1 parent 59428c1 commit e2066a8
Showing 1 changed file with 177 additions and 47 deletions.
Loading

0 comments on commit e2066a8

Please sign in to comment.