Package org.jzy3d.io.obj
Class ObjFaceFormat
- java.lang.Object
-
- org.jzy3d.io.obj.ObjFaceFormat
-
public class ObjFaceFormat extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjFaceFormat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanvertex(String line)f v1 v2 v3static booleanvertexNormal(String line)f v1//vn1 v2//vn2 v3//vn3booleanvertexTextureNormal(String line)f v1/vt1/vn1 v2/vt2/vn2 v3/vt3/vn3
-