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
Cordova, Titanium, Unity, Xamarin
Titanium Questions or Problems
Bad working of module
R
Rainer Schleevoigt
started a topic
almost 5 years ago
Bad working of module
3 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
R
Rainer Schleevoigt
said
almost 5 years ago
Hi,
my client knows the functionality of solution with Vuforia and Unity3D and is very unamused about the titanium solution.
For testing we use the same model and same target in same room.
The connection to target is lost in distance of ca. 1mtr. With Vuforia the distance may be over 5 meters. Any thoughts?
Here our code:
function closeWikitudePlugin() {
document.location = 'architectsdk://action=close';
}
var World = {
init : function(payloadString) {
var payload = JSON.parse(payloadString);
this.createOverlays(payload);
},
createOverlays : function(payload) {
var _this = this;
this.Model3D = new AR.Model(payload.wt3, {
scale : {
x : 0.06,
y : 0.06,
z : 0.06
},
onLoaded : function() {
},
onError : function() {
alert('Error: MODEL NOT LOADED !!!!!!!!!!!!');
}
});
var Tracker = new AR.Trackable2DObject(new AR.ClientTracker("assets/tracker.wtc", {
}), "*", {
onEnterFieldOfVision : function() {
document.getElementById('slider').style.visibility = 'visible';
document.getElementById('helpcontainer').style.visibility = 'hidden';
},
onExitFieldOfVision : function() {
document.getElementById('slider').style.visibility = 'hidden';
},
enableExtendedTracking: true,
enabled : true,
drawables : {
cam : this.Model3D
}
});
}
};
A
Andreas Schacherbauer
said
almost 5 years ago
Hi Rainer,
The tracking quality of the Wikitude SDK does not change when swiching between Cordova, Titanium, Xamarin or the iOS/Android JS API SDK.
Have you read this section of our documentation?
Best practice for target images
.
How large did you print your target image?
Best regards
Andreas
R
Rainer Schleevoigt
said
almost 5 years ago
Hi Andreas Schacherbauer,
thanks for your quick answer. We use A4, we know this text about quality of target and we use a target with ???.
We have build two native apps: one with wikitude, one with Vuforia.
The Vuforia app is more stable and catches the image in much larger distance.
The client had paid the licence and is very unsatisfied. What can we doo to improve the qualitiy?
Cheers!
Rainer
Login
or
Signup
to post a comment
More topics in
Titanium Questions or Problems
Initial Beta Module
Error when building .zip
Missing Java .so files
library not found for -lWikitudeSDK
ld: 977 duplicate symbols for architecture armv7
Working sample?
Build failed
Android Module build fails.
Unable to load HelloARchitectWorld.html
Update from Wikitude on progress
See all 92 topics
© 2020
Wikitude
GmbH ·
Imprint
·
Legal
Rainer Schleevoigt