Minimum Vertex Size

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
starman2049
Posts: 75
Joined: Mon Sep 19, 2005 5:41 am

Minimum Vertex Size

Post by starman2049 »

Has anyone noticed that there appears to be a minimum vertex size?

Code: Select all

GU_TEXTURE_16BIT|GU_VERTEX_16BIT|GU_TRANSFORM_3D
Does not seem to work for me, but:

Code: Select all

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?
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

ps2sdk doesn't have any defines that start with GU_ so I dunno what you are smoking.
Shoot Pixels Not People!
Makeshift Development
Post Reply