views:

67

answers:

3

I am using artoolkit to create an augmented reality based project.I can load vrml 3d objects in the video feed using openvrml. Now I wanted to load a bitmap or any other image file like jpg,png etc file on the marker in the video feed.How do I go about achieving this?

A: 

The usual approach is using an overlay.

Aaron Digulla
A: 

Just make a VRML 'model' consisting of a single quad with a texture corresponding to your image file. Your existing VRML machinery should take care of the rest.

genpfault
A: 

Hi, Can you please provide a sample code? I've been struggling with this for quite some time now, but not been able to crack it yet. I am very new to OpenGLES

TechIT