Minimum Vertex Size
Posted: Tue Apr 11, 2006 6:11 am
Has anyone noticed that there appears to be a minimum vertex size?
Does not seem to work for me, but:
does work.
I have made sure my padding is correct for both cases. Has anyone else seen this or is it just me?
Code: Select all
GU_TEXTURE_16BIT|GU_VERTEX_16BIT|GU_TRANSFORM_3D
Code: Select all
GU_TEXTURE_16BIT|GU_COLOR_5551|GU_VERTEX_16BIT|GU_TRANSFORM_3D
I have made sure my padding is correct for both cases. Has anyone else seen this or is it just me?