Start a new topic
Solved

Add animation to object tracking

I am using object tracking to display a 3D model but now I want to start the 3D model's animation when object is recognized. I am looking at the samples of the 3D model animation and trying to mimic it with the object tracking but its not working. Any Ideas? Here is my animation code

 

var animation = new AR.ModelAnimation(this.model, "Take 001");

 animation.start(); 


Hi Jon,


Please provide the following details:


- Which version of the SDK are you using?
- Confirm that you’re using the Cordova Extension
- What device/OS does this happen with?
- Is this happening with the sample app (if you just change the 3D model) or in your own app? If it happens with your own app, does the sample app work on your device.

- Did you follow the instructions in the documentation on how to work with animations?

Please send over the 3D model so we can test on our end with the sample app.


Thx and greetings

Nicola




I am using version 8.0.0 and Codova Extension. This is happening with my android device and this is with the sample app.

Hi,


Can you please share the 3D model?


Thx and greetings

Nicola

Oh I am sorry. Instead of "Take 001" its going to be different.

fbx
wt3
(6.62 MB)

Hi Jon,


Please confirm that with the correct animationId it's working.


Thx and greetings

Nicola



Yes the correct animationId is working perfectly .
Login or Signup to post a comment