Sunday, February 28, 2010

loadobj_chung.dll a free DLL to load 3D .obj files into openGL

loadobj_chung.dll is a free DLL to instant load 3D .obj files into openGL , for example in a GLlist you can recall later.

it loads objects with textures and can auto-resize the 3D object to a desired size.

you can find a demo inserted in my game flightGL_chung there
=> loadobj_chung_dll.zip (8.3 Mo) (12/10/2010)(old version)

dll and source files only (dev C++)
=> loadobj_chung_dll_source.zip (31 ko)(old version)

openGL loadobj3ds obj/3ds loader in freebasic => loadobj3ds.zip  (07/08/2013) (4Mo)(new version,faster with export to javascript)
(last version of 2 dlls included + viewobj3ds obj/3ds enhanced viewer)

examples of calls : see the readme_DLL.txt file .=> readme_DLL.txt
for c++ calls , dev c++ source code of the dll is provided in the "source" folder

(24/05/2010) normals added