GP32 Rotation


nerd of nerds posted on Mar 12 2004 at 03:47 AM said:
synkro posted on Mar 11 2004 at 09:17 PM said:
mr.spiv posted on Mar 10 2004 at 07:49 AM said:
I have some simple sprite scaling and rotation code for GP32.. I could post a link to when I manage to locate it  <_<
I guess someone is getting funny lately....
whats that supposed to mean?
well, I guess he is once again talking about his own site....
 
Last edited by a moderator:
synkro posted on Mar 12 2004 at 04:16 PM said:
nerd of nerds posted on Mar 12 2004 at 03:47 AM said:
synkro posted on Mar 11 2004 at 09:17 PM said:
mr.spiv posted on Mar 10 2004 at 07:49 AM said:
I have some simple sprite scaling and rotation code for GP32.. I could post a link to when I manage to locate it  <_<
I guess someone is getting funny lately....
whats that supposed to mean?
well, I guess he is once again talking about his own site....
Nah.. I gave some sprite rotation & zooming code to Mirko. Probably he will integrate that into his SDK.
 
Last edited by a moderator:
mr.spiv posted on Mar 14 2004 at 05:49 PM said:
synkro posted on Mar 12 2004 at 04:16 PM said:
nerd of nerds posted on Mar 12 2004 at 03:47 AM said:
synkro posted on Mar 11 2004 at 09:17 PM said:
mr.spiv posted on Mar 10 2004 at 07:49 AM said:
I have some simple sprite scaling and rotation code for GP32.. I could post a link to when I manage to locate it  <_<
I guess someone is getting funny lately....
whats that supposed to mean?
well, I guess he is once again talking about his own site....
Nah.. I gave some sprite rotation & zooming code to Mirko. Probably he will integrate that into his SDK.
Oh, OK! My fault...
 
Last edited by a moderator:
mr.spiv posted on Mar 14 2004 at 04:49 PM said:
synkro posted on Mar 12 2004 at 04:16 PM said:
nerd of nerds posted on Mar 12 2004 at 03:47 AM said:
synkro posted on Mar 11 2004 at 09:17 PM said:
mr.spiv posted on Mar 10 2004 at 07:49 AM said:
I have some simple sprite scaling and rotation code for GP32.. I could post a link to when I manage to locate it  <_<
I guess someone is getting funny lately....
whats that supposed to mean?
well, I guess he is once again talking about his own site....
Nah.. I gave some sprite rotation & zooming code to Mirko. Probably he will integrate that into his SDK.
mr spiv. Do you know Is it possible to take ideas from the bresenham line or circle drawing algorithm to scale and rotate a sprite with only integer calculations? Or is the code you talk of like this anyway?
 
Last edited by a moderator:
Daz_Genetic posted on Mar 14 2004 at 05:24 PM said:
mr.spiv posted on Mar 14 2004 at 04:49 PM said:
synkro posted on Mar 12 2004 at 04:16 PM said:
nerd of nerds posted on Mar 12 2004 at 03:47 AM said:
synkro posted on Mar 11 2004 at 09:17 PM said:
mr.spiv posted on Mar 10 2004 at 07:49 AM said:
I have some simple sprite scaling and rotation code for GP32.. I could post a link to when I manage to locate it  <_<
I guess someone is getting funny lately....
whats that supposed to mean?
well, I guess he is once again talking about his own site....
Nah.. I gave some sprite rotation & zooming code to Mirko. Probably he will integrate that into his SDK.
mr spiv. Do you know Is it possible to take ideas from the bresenham line or circle drawing algorithm to scale and rotate a sprite with only integer calculations? Or is the code you talk of like this anyway?
Well of course.. just integer math and some table look ups. Before Mirko does something you can check http://www.cs.Helsinki.FI/u/jikorhon/condev/gp32/dl/h3.tgz The basic idea is exactly the same.
 
Last edited by a moderator:
Back
Top