Re: [Plib-users] Problem with texture loading on load3ds
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2003-01-17 00:54:37
|
SkyFlash writes: > Hi, I am new to PLIB and have a problem loading a 3d model. Welcome :-) > I created a test app to see how PLIB works, and converted the viewer > into a nice OOP app that loads a model and display it. It works fine, > except I cant load textured models. > The textures are in the PNG format, The instructions for enabling PNG texture support are in $PLIB / src / ssg / ssgconf.h /// repeated below HTH Norman /* For optional use of PNG textures, download the glpng library from http://www.wyatt100.freeserve.co.uk/download.htm and un-comment the following line. */ #undef SSG_LOAD_PNG_SUPPORTED |