VRML Loading

I have one vrml. I have to take input from this file to opengl program. How can I load or create 3d matrix from this vrml file? Are there any library functions or interpretors? Please respond quickly. It is very urgent.

http://www.google.com/search?q=vrml+opengl

I am working on a VRML reader but it can’t import normals, materials and textures yet.

You should search google for the keywords “vrml” and “parser”. You find e.g.

http://www.sics.se/dive/docs/dive_vrml.html

where you could download a free parser.

Kilam.

Or write your own - a monkey could do it.