/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author nbriere */ public interface iParse { void Vertex(Object3D node, Vertex v); void Face(Object3D node, Face f); }