| View previous topic :: View next topic |
| Author |
Message |
starman2049
Joined: 19 Sep 2005 Posts: 75
|
Posted: Tue Apr 11, 2006 6:11 am Post subject: Minimum Vertex Size |
|
|
Has anyone noticed that there appears to be a minimum vertex size?
| Code: | | GU_TEXTURE_16BIT|GU_VERTEX_16BIT|GU_TRANSFORM_3D |
Does not seem to work for me, but:
| Code: | | GU_TEXTURE_16BIT|GU_COLOR_5551|GU_VERTEX_16BIT|GU_TRANSFORM_3D | does work.
I have made sure my padding is correct for both cases. Has anyone else seen this or is it just me? |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Tue Apr 11, 2006 7:40 am Post subject: |
|
|
ps2sdk doesn't have any defines that start with GU_ so I dunno what you are smoking. _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
|