Uses of Package
org.apache.commons.geometry.io.euclidean.threed.obj
-
Packages that use org.apache.commons.geometry.io.euclidean.threed.obj Package Description org.apache.commons.geometry.io.euclidean.threed.obj This package contains types for reading and writing the OBJ geometric data file format. -
Classes in org.apache.commons.geometry.io.euclidean.threed.obj used by org.apache.commons.geometry.io.euclidean.threed.obj Class Description AbstractObjParser Abstract base class for OBJ parsing functionality.AbstractObjPolygonReader Abstract base class for types that read OBJ polygon content usingPolygonObjParser
.ObjWriter Class for writing OBJ files containing 3D polygon geometries.ObjWriter.MeshBuffer Class used to produce OBJ mesh content from sequences of facets.PolygonObjParser Low-level parser class for reading 3D polygon (face) data in the OBJ file format.PolygonObjParser.Face Class representing an OBJ face definition.PolygonObjParser.VertexAttributes Class representing a set of attributes for a face vertex.