From: Euan W. <Eu...@sm...> - 2006-08-15 15:29:57
|
Hello, =20 Does anyone have any tips on how I can use Open VRML with the Tao OpenGL wrapper in C#? I'd like to be able to import VRML geometry into my application. I don't have any interest in any of the stuff in a VRML file apart from the geometry (no lights or anything). =20 What I'd like to be able to do is: =20 VRMLObject obj =3D new VRMLObject(@"a file.wrl"); Gl.GlNewlist(aList); Obj.LoadGeometryToGL(); Gl.GlEndList(); =20 =20 Or similar. =20 Will it be possible? =20 Any help would be greatly appreciated, =20 euan =20 =20 =20 =20 =20 |