Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
3D Model Questions or Problems
How to use animation clip
P
Pallavi Pawar
started a topic
almost 7 years ago
How to use animation clip
1 person has this problem
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
P
Pallavi Pawar
said
almost 7 years ago
i want to add animation to my app.i m working with phonegap andriod.
Thank you
W
Wolfgang Damm
said
almost 7 years ago
Follow these steps to integrate a 3D model with animation into your AR experience:
1. Create an animation in your 3D modeling tool or use an existing model that includes animations
2. Follow the guide in the SDK documentation to convert the 3D model file (.fbx or .dae) into an .wt3 file using the Wikitude3dEncoder
3. Load the .wt3 file as AR.Model in your AR experience
var model = new AR.Model("
http://myServer.com/myModel.wt3"
);
4. Create an AR.ModelAnimation
var modelAnim = new AR.ModelAnimation(model, "myanimation");
5. start/pause/resume/stop the animation as usual (see JS API for all available methods.
Let us know if you have any questions.
Login
or
Signup
to post a comment
More topics in
3D Model Questions or Problems
Question about wikitude studio
3D Model can't animate on Geo location
3D Modeling
KML upload won't save in world
Wikitude SDK 2.0: 3D content misplaced
3D lighting and material
.addCamDrawable() and 3D models
how to autorefresh a KML URL based world ?
3D model not showing in GPS sample
Problems AR.Model
See all 383 topics
© 2020
Wikitude
GmbH ·
Imprint
·
Legal
Pallavi Pawar
1 person has this problem