For instance, can I leverge javascript game engines if I want physics applied to geolocated objects in Wikitude?
A
Andreas Schacherbauer
said
over 7 years ago
Hi Jack, Drawables attached to GeoObjects are fully controlled by the Wikitude SDK and you can not manipulated there behaviour with another JS engine.
With our next release (end of August), you can define the matrices that we use internally to render objects. You would still need to pass the matrices from JS to native code so that it then can be injected with this new feature. So I guess it will not be fast enough since it was designed to directly calculate object position in native code.
Best regards,
Andreas
A
Andrew Morton
said
over 6 years ago
@Andreas, any documentation on this feature / how to define the matrices?
Jack Lu