Maven module :un.storage : model3d-obj :
Class : un.storage.model3d.obj.model.OBJFile
Extends/Implements : un.api.io.AbstractReader
Subclasses : -

OBJ File.
author  Johann Sorel


Variables : vertexCoord, vertexNormal, vertexTexture, objects, materialStores
Functions : read



Sequence of vertex coordinate : Tuple 3 */
public Sequence vertexCoord


Sequence of vertex normal : Tuple 3 */
public Sequence vertexNormal


Sequence of vertex texture coordinate : Tuple 2 */
public Sequence vertexTexture


Sequence of objects : OBJObject */
public Sequence objects


Sequence of points : OBJPoint */
public Sequence materialStores


public void read (OBJStore store)