View Single Post
Old 21st July 2023, 09:24 AM   #1
yabadabadoo
Junior Member
Member
 
Join Date: Mar 2020
Posts: 13
Default Old software that I got from AC3D

Hi,

Attached are two modules that I got from someone at AC3D.

I am getting an error when I compile ac3d.c. First it complained about missing

#defines for OBJECT_NORMAL and OBJECT_LIGHT. I defined these as:

#define OBJECT_NORMAL 2
#define OBJECT_LIGHT 3

Now it complains about unresolved external symbol ac_load_texture referenced in function ac_load_object.

Is there someone out there who has updated ac3d.c and ac3d.h files?

Thanks
Attached Files
File Type: zip ac3d.zip (4.7 KB, 186 views)
yabadabadoo is offline   Reply With Quote