Class Model

java.lang.Object
rosequartz.gfx.Model

public class Model extends Object
Represents a 3D-Model from inside a .obj file. The exported .obj file must include normals and uv's. The faces must be triangulated, Forward must be '-Z forward' and Up must be 'Y up'. Seems must end on separate vertices and the entire model must be set to use 'Smooth' shading. Materials are ignored.