Closed Tommyx closed 11 years ago
Check this example: https://github.com/MasDennis/RajawaliVuforia/blob/master/RajawaliVuforiaExample/src/com/example/rajawalivuforiaexample/RajawaliVuforiaExampleRenderer.java
Multiple models are visible when multiple markers are visible.
Yes but there are two Frame Markers but only one TrackableMarker .. it's the case that if one trackable is found the other disapears & viseversa.
And how does Vuforia know where to put the objects for the frameMarker? what´s the image, this orange thingy? Is this standard or could i use any kind of quadratic image?
by the way thank you for your fast answer. =)
Not sure what the orange thingy is. Could you post a screenshot?
Closing this issue as stale. Please reopen if you still have this problem.
I have two image targets and the corresponding models for the targets. But the renderer only shows one or the other. How to display em both if both targets are recognised?
@Override protected void foundImageMarker(String trackableName, Vector3 position, Quaternion orientation) {
}