예제 #1
0
 public ArquivoOBJ(string caminho)
 {
     this.caminho = caminho;
     this.arquivo = new StreamReader(caminho);
     this.objeto  = new Objeto3D();
 }
예제 #2
0
 public void inicializar()
 {
     objeto = new Objeto3D();
 }