Search found 3 matches
- Thu Aug 13, 2009 5:57 am
- Forum: PSP Development
- Topic: The equivalent to glRotatef or how to convert to Gum.
- Replies: 6
- Views: 2712
- Thu Aug 13, 2009 3:55 am
- Forum: PSP Development
- Topic: The equivalent to glRotatef or how to convert to Gum.
- Replies: 6
- Views: 2712
- Thu Aug 13, 2009 1:28 am
- Forum: PSP Development
- Topic: The equivalent to glRotatef or how to convert to Gum.
- Replies: 6
- Views: 2712
The equivalent to glRotatef or how to convert to Gum.
I'm pretty new to all this so please forgive me is this is a stupid question... I have some GL code which I want to convert to Gum. glPushMatrix(); glRotatef( Angle, 0.0f, 0.0f, 1.0f ); So far I have got this far: sceGumPushMatrix(); but I can see no equivalent for glRotatef. As I said, I'm pretty n...