2 Attachment(s)
How to create 3d models for games in c...
In case somebody is interested... what I've been working in is the following:
1) 3d modeling software: AC3D (free to try)
2) I export my model in a .tri format
3) Created a routine that converts that file in c code, which I paste afterwards in my program.
I also created a .bat file that changes the time in my computer everytime I open AC3D, so I'm going to keep using it for free (see the attachment). The file needs to be modified though, (the date and the AC3D path). And make sure not to forget to use the .bat to open the software instead of the .exe.
The routine in step three is implemented on my PC, but I could create it in the actual PSP program...