2007年6月2日

Automatically convert texture size to nearest-power-of-two

摘要: I found out that there is a serious problem about the format and size of texture. For example, the texture size is not power of two, the tga file is not RLE compressed and etc. All these convertion done manully just tears me out. Then, I came up with a thought to programm an automatic tool in order to do these routine job for me. 阅读全文

posted @ 2007-06-02 19:19 SigEric 阅读(481) 评论(0) 推荐(1)

导航