ARPOISE / ARpoise

ARpoise - Augmented Reality point of interest service environment
GNU General Public License v3.0
17 stars 5 forks source link

There should be a way to make sure two animations change the same values #19

Closed peterGraf closed 3 years ago

peterGraf commented 3 years ago

By default, each animation on a poi creates a new wrapper object for the animation.

In order to allow to have two animations to change the same wrapper object, animations whose name starts with the same sequence of characters before the first '/' in the name, e.g. 'scaleObject/up' and 'scaleObject/down', should be animating the same transform.

peterGraf commented 3 years ago

The enhancement has been implemented with the releases done on August of 2021.

In order to allow to have two animations to change the same wrapper object, animations whose name starts with the same sequence of characters before the first '/' in the name, e.g. 'scaleObject/up' and 'scaleObject/down', are animating the same transform.