From: Max G. <gi...@ye...> - 2003-03-20 11:36:40
|
I think it would be easier if you would post your code so others can see what's wrong with it. A ready to compile and run example would be best. I don't have any simple examples around but you can take a look at XMage's renderer at http://xmage.sourceforge.net and see how texturing is done there. Pieces of code you might be interested in are in class xmage.turbine.Renderer: line 179 and 416 - general setup line 610 - actual rendering line 953 - building texture objects HTH, Max |