fourthskyinteractive / oglshell

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

CVertexStructure: wrong implementation #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It should be noted that subj is wrong implemented.
Consider alignment and packing issues if you use not only floats,
but bytes and shorst in your vertex. Following current implementation,
it must be tightly packed without any padding between adjacent components.
New release will fix this big problem by allowing user to control padding
and structure alignment. 

Original issue reported on code.google.com by victor.c...@gmail.com on 5 Jun 2009 at 11:55