~mir-team/glmark2/fix-mir-include

Viewing all changes in revision 260.

  • Committer: Jesse Barker
  • Date: 2013-02-01 17:21:16 UTC
  • mfrom: (259.1.7 obj-update)
  • Revision ID: jesse.barker@linaro.org-20130201172116-28iinauxsc19g3bv
Merge of lp:~glmark2-dev/glmark2/obj-update

Model: Adds more general support of the Wavefront .obj file format.  We still
only support triangular faces (the format itself allows for arbitrary polygonal
faces), however, we now support vertex normals and texcoords supplied with the
object, and the format actually allows for separate indexing into each of those
attribute lists, so those must be tracked and represented separately by Model
(both loading and when converting to Mesh).  We do not support any of the more
complex features of the file format like curves, free-form surfaces, and the
various material description options (separate file load and file format).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: