Showing posts with label 3D obj objects loader. Show all posts
Showing posts with label 3D obj objects loader. Show all posts

Wednesday, January 10, 2018

morphobj3DS_chung a free program for morphing obj 3ds mesh objects

morphobj3DS chung is a free program for viewing / morphing multi obj 3ds mesh model objects and obj models up to 200k vertices for high quality animations .Uses loadobj3ds_chung and openGL . Comes with an example of waking 3ds elephant and bikini lady animation with face3D head . Is written in fast freebasic .
Combine multiple variation meshes with a base mesh to easily build complex animations .
Cab run on old pcs with openGL1.4 .

you can find it there =>  https://sourceforge.net/projects/morphobj3ds-chung/   


Tuesday, June 3, 2014

face3D_chung free 3D obj model with texture from single face photo

face3D chung is a small mesh editor with which you can create speaking 3D obj model character avatar head objects with texture from a single photo of any man or woman for your games. Works by 3D & texture morphing .Uses freebasic apps gui_chung , loadobj3ds_chung , openGL1.4 and aiml_chung_dll . Can run on a small netbook. .Is free open source.
Can be used as mesh editor (adjust texture,scale parts) by load/save as model .

=>  https://sourceforge.net/projects/face3dchung/  (20Mo)


(08/06/2014) speaking avatars with moving lips added
(11/06/2014) AIML dialog added
(28/08/2016) speak3D_chung_dll dll version with example added
(29/08/2016) speak3D_chung_dll2 for multi avatars display

 



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