Search found 93 matches

by rogerdv
Wed Aug 27, 2003 8:21 pm
Forum: Beginners Help
Topic: My linux compiling troubles.
Replies: 8
Views: 3589

Sorry, my mistake. Check your makefiles, I think you are not linking libjpeg at all.
by rogerdv
Wed Aug 27, 2003 4:56 pm
Forum: Open Discussion and Dev Announcements
Topic: Feature Requests
Replies: 55
Views: 13886

What about handling camera? There will be some way to change camera position without reimplementing the whole class?
Also getting a submesh from a model by name and play animation by name for 3ds files? I dont know if md2 files can be used for commercial projects.
by rogerdv
Wed Aug 27, 2003 4:34 pm
Forum: Beginners Help
Topic: My linux compiling troubles.
Replies: 8
Views: 3589

I think that the jpeg problems are that you are linking against a lib other than the the used to compile the engine. So, some functions are missing.