[Plib-users] Loading AC Models and Textures
Brought to you by:
sjbaker
From: Kevin G. <av...@cu...> - 2000-10-29 19:57:13
|
Hi, I've recently started using PLIB 1.3. I've tried the demos and have had the penguin on a pedastal. However, when I use this code in my own C++ objects I get the model appearing with no textures. I've copied the same models, including the textures files into my local models directory. I've set the model and texture path to the appropriate place. Sometimes I get warnings when loading the models saying that the textures can not be found. However, this does not happen consistantly. When I do get these messages, the directories being used are not the directory I set with model and texture path. I'm using VC6.0 on Win98. The code is threaded using the pthread library, could this be the problem? Has anyone seen this before? Thanks for any help, Kevin |