yin / yngine

Automatically exported from code.google.com/p/yngine
0 stars 0 forks source link

Simplify mesh model layout #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need less complicated and more predictable way to represent model structure. 
The target is to make it easy and keep it fast. Make VerticleBound and PerFace 
layouts obsolete and remove ModelLayout enumeration.

Original issue reported on code.google.com by yinotaurus on 10 Dec 2010 at 10:50

GoogleCodeExporter commented 9 years ago
Faces have for every vertex indexes in global vertex, normal, color and texture 
coordinate tables.

Original comment by yinotaurus on 16 Dec 2010 at 12:37