Start a new topic

How to display 3D animation on Geo

How to display 3D animation on Geo


hello,

I have a 3D animation model(.wt3),and I find demo as follows;

// instantiate the model object
var model = new AR.Model("butterfly.wt3");

// instantiate the model animation with the animation id
var animation = new AR.ModelAnimation(model, "butterfly_animation");

// start the animation
animation.start();

 

but?I don't not know how to use it on 3dmodelatgeolocation.js.

Thanks for attention! 

Regards!

Hi,

Please check the Model at Geolocation sample. Instead of the static earth model, you can use your animated model.

Greetings

Nicola
Login or Signup to post a comment