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));

        }

    }

}

 

你可能感兴趣的:(代码)