Uses of Class
com.irurueta.geometry.io.VertexOBJ
-
Uses of VertexOBJ in com.irurueta.geometry.io
Methods in com.irurueta.geometry.io that return types with arguments of type VertexOBJModifier and TypeMethodDescriptionLoaderOBJ.LoaderIteratorOBJ.getFaceValues(String[] values) This method reads a line containing face (i.e. polygon) indices of vertices and fetches those vertices coordinates and associated data such as texture coordinates or normal coordinates.Method parameters in com.irurueta.geometry.io with type arguments of type VertexOBJModifier and TypeMethodDescriptionLoaderOBJ.LoaderIteratorOBJ.buildTriangulatedIndices(List<VertexOBJ> vertices) Internal method to decompose an array of vertices forming a polygon in a set of arrays of vertices corresponding to triangles after triangulation of the polygon.