Opengl / plib / nvidia

hello
i’ve tried to put plib in my project. I wanted to use only opengl display list, but plib functionnalities for lists don’t seem to work. Does anyone succeed to make this:

ssgLeaf *leaf; // that u load from a 3D model (e.g 3DS, or ASE).
then, doing:
leaf->makeDList();
doesn’t work with my programm, neither with the plib load/save examples. Why ?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.