Tallefer / webgl-loader

Automatically exported from code.google.com/p/webgl-loader
0 stars 0 forks source link

Better vertex attribute parsing #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, not all formats are correctly handled, such as:

v x y z w  # projective points

v x y z r g b # per-vertex color

vt u v w  # projective texcoords

There should be a way for meshes to describe its vertex format (and possibly be 
overridden).

Original issue reported on code.google.com by wonchun on 25 Aug 2011 at 7:39

GoogleCodeExporter commented 9 years ago
Issue 14 has been merged into this issue.

Original comment by wonchun on 25 Aug 2011 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by wonchun on 25 Aug 2011 at 7:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r32.

Original comment by wonchun on 8 Sep 2011 at 6:31