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)
Wikitude SDK Questions or Problems
How to display 3D animation on Geo
x
xinfei Zheng
started a topic
over 6 years ago
How to display 3D animation on Geo
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
x
xinfei Zheng
said
over 6 years ago
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!
N
Nicola Radacher
said
over 6 years ago
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
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3870 topics
© 2021 Wikitude, a Qualcomm company
xinfei Zheng