![]() |
![]() |
![]() |
![]() |
![]() |
Make "Slave of the VU" work.
Posted on 2006-03-18 00:00:00 |
Fixed the text rendering. It was due to the use of XYZ3, which wasn't implemented, instead of XYZ2 for some vertices.
Fixed the colors on the soccer player. The colors weren't showing because the alpha value was equal to 0x80 and this number was multiplied by 2 and fed to glColor4ub which would receive 0x00 instead of a clamped value. The soccer player is still screwy though. I'll keep investigating in order to find the problem. |