Frictional Games Forum (read-only)
Anyone here familiar with 3D graphics programming? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Frictional Games (https://www.frictionalgames.com/forum/forum-3.html)
+--- Forum: Off-Topic (https://www.frictionalgames.com/forum/forum-16.html)
+--- Thread: Anyone here familiar with 3D graphics programming? (/thread-14122.html)



Anyone here familiar with 3D graphics programming? - Poppuhik42 - 03-20-2012

-----


RE: Anyone here familiar with 3D graphics programming? - Tanshaydar - 03-20-2012

I took a Computer Graphics course and we used OpenGL 3.3
In my opinion OpenGL should be more viable choice for every 3D and many 2D applications, but well, DirectX is getting better and better, so it depends on the team which one to use.

HPL uses OpenGL 2.1 yeah. As far as I know HPL3 will support DX 10/11 and OpenGL for backward compatibility.


RE: Anyone here familiar with 3D graphics programming? - Poppuhik42 - 03-21-2012

-----


RE: Anyone here familiar with 3D graphics programming? - Tanshaydar - 03-21-2012

ID Software doesn't use DirectX yet they release games for Xbox platform too. Depending on the engine architecture, it might be quite difficult to port OpenGL to DiretcX or vice-versa.

And for OpenGL, you should be good at linear algebra and equations in 3D space to get better and easier results.