OpenGL functionality compared to DirectX classes?

Started by
2 comments, last by Wikkyd 21 years, 3 months ago
I was wondering does OpenGL offer extended classes comparable to DirectX''s Mesh, SkinnedMesh, and Progressive Mesh classes? Also does OpenGL offer any functions that will load 3d files and populate such classes if they exist (Like DirectX''s D3DXLoadMeshFromXof and D3DXLoadSkinMeshFromXof)
Wikkyd~"Do what thou wilt shall be the whole of the Law!"~Aleister Crowley, The Beast 666
Advertisement
Sorry, there''s no OpenGL support for loading 3D files. See the FAQ

"Oh no, not again" - Agrajag
"-1 x -1 = +1 is stupid and evil."-- Gene Ray
Does it have support for skinned and regular meshes?
Wikkyd~"Do what thou wilt shall be the whole of the Law!"~Aleister Crowley, The Beast 666
no there is no built in support for meshes and stuff like that on the other hand that shouldn''t really mean anything since there is tons of ogl src code on the internet... the choice between the two APIs is merely up too which interface you like the most since you can do almost the same with both of them OGL uses extensions and DX is more often updated.

Regards Fredrik

This topic is closed to new replies.

Advertisement