Home | History | Annotate | Download | only in plugins

Lines Matching full:vertex

77     protected final HashMap<Vertex, Integer> vertIndexMap = new HashMap<Vertex, Integer>(100);
78 protected final IntMap<Vertex> indexVertMap = new IntMap<Vertex>(100);
91 protected static class Vertex {
106 final Vertex other = (Vertex) obj;
130 Vertex[] verticies;
179 protected void findVertexIndex(Vertex vert){
194 t[0].verticies = new Vertex[3];
195 t[1].verticies = new Vertex[3];
197 Vertex v0 = f.verticies[0];
198 Vertex v1 = f.verticies[1];
199 Vertex v2 = f.verticies[2];
200 Vertex v3 = f.verticies[3];
231 private ArrayList<Vertex> vertList = new ArrayList<Vertex>();
239 for (String vertex : verticies){
244 String[] split = vertex.split("/");
259 Vertex vx = new Vertex();
274 f.verticies = new Vertex[vertList.size()];
356 // vertex position
359 // vertex normal
433 for (Vertex v : f.verticies){
482 Vertex v0 = f.verticies[0];
483 Vertex v1 = f.verticies[1];
484 Vertex v2 = f.verticies[2];