I made FLARToolKit demo that researchs coordiante axis of FLARToolKit and Papervision3D.
How to use
- Drag the left button to rotate marker.
- Roll the mouse wheel up to zoom in.
- Roll the mouse wheel down to zoom out.
This entry was posted
on Wednesday, December 24th, 2008 at 11:28 pm and is filed under FLARToolKit, Papervision3D.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Hey,
Is there any way to catch the main container orientation (rotationX,Y,Z)? because when i try to get it all values are equal to 0.
Anyway cheers man, you made a awesome job.
Hi,Glloub.
I don’t know how to catch orientation.
I think they are always 0.
Thanks.
Hi, I find out how to get the data.
Basically, the library modify the transformation Matrix of the object which mean it doesn’t change the rotation of the object.
The only way to get this info is to apply trigonometry formula to the matrix data to get this the rotation angle…
I’ll certainly post more about this later.
Hi,Glloub.
I am looking forward to your post.