As you see, there is no AR.PropertyAnimation class along this code. Anyway, a small animation succedeed *sometimes* when the target is discovered, and trackable object appears a bit slowly, slower than SDK 2 IMHO. It happens with some Trackable2DObject more than others.
M
Markus Eder
said
over 9 years ago
Hi There!
Please have a look into the js-file of the example. The class you want to disable is the AR.PropertyAnimation. This class defines the animation of a certain property (e.g. ImageDrawable or 3D model). What you can do now is remove the PropertyAnimation from the corresponding AR.Trackable2DObject.
Hope that helps,
Markus
N
Nacho Alvarez
said
over 9 years ago
Hi,
I'm integrating a modified SDK 3.0 sample into a big app in which I'm working.
When I detect whatever Trackable2DObject and show an ImageDrawable (for example, the surf table), this ImageDrawable appears from the z-index very slowly.
Nacho Alvarez