Rajawali / RajawaliVuforia

Rajawali + Vuforia Augmented Reality
Other
227 stars 108 forks source link

position of plane with texture #25

Closed MrYogi closed 10 years ago

MrYogi commented 10 years ago

hi, i am trying to use a plane with texture , but plane is seems to above marker at some height , despite setting any position value, it remains floating at some height . if in same manner i am using a md2 model it shows fine on (0,0,0). plane

ToxicBakery commented 10 years ago

It is not very clear what the issue is that you are having. Can you try explaining it more?

MrYogi commented 10 years ago

you can see in screenshot that plane i am drawing with texture is at some height from marker(image detected) , despite what values i set for plane position. hope you understand now, if still not plz ask specific query .

MrYogi commented 10 years ago

anyone.......any idea?

MasDennis commented 10 years ago

Did you try creating an empty Object3D and adding your plane (with the required position set) as a child to this empty object? You can then set this empty object's transform using the provided position and orientation from Vuforia.

MrYogi commented 10 years ago

yes i am doing exactly this, created an emty object and set position and orientaion from vuforia on this only, then i added a plane in it.

MasDennis commented 10 years ago

Closing this issue because it is 5 months old. If you still have this issue please reopen with a code sample.