MeshLab中画面在前面加个f的代码

public class FormatOutput {
    public static void main(String[] args) {
        for(int i=1;i<=9684;i=i+4)
        {
            System.out.println("f "+i+" "+(i+1)+" "+(i+2)+" "+(i+3));
        }
    }
}

 

posted @ 2015-05-18 20:19  微博和csdn还有你  阅读(201)  评论(0编辑  收藏  举报