Three words: R, G and B.Espozo wrote:"It looks a lot better after it's been blurred out."UnDisbeliever wrote:I can barely see the tearing on my PAL SNES+CRT TV.
Rotating BIG sprites
Moderator: Moderators
Forum rules
- For making cartridges of your Super NES games, see Reproduction.
Re: Rotating BIG sprites
- TmEE
- Posts: 789
- Joined: Wed Feb 13, 2008 9:10 am
- Location: Estonia, Rapla city (50 and 60Hz compatible :P)
- Contact:
Re: Rotating BIG sprites
RGB from SNES is kinda blurry, due to what seems like the DACs only being able to source current (transitions toward 5V are straight lines but towards GND they're gradual). 1chips apparently fix that. Still way less blurry than composhit, and no dot crawl artifacts lol
-
psycopathicteen
- Posts: 3001
- Joined: Wed May 19, 2010 6:12 pm
Re: Rotating BIG sprites
Today I wasted time trying to make a double buffering system that start the next rotation frame directly after it gets done with the previous frame if it takes more than a frame to draw.
My big mistake was using a double buffer instead of a triple buffer.

My big mistake was using a double buffer instead of a triple buffer.
-
psycopathicteen
- Posts: 3001
- Joined: Wed May 19, 2010 6:12 pm
Re: Rotating BIG sprites
Now that I got it running at practically 60 fps, I think I'll add scaling into the mix, but I have to rearrange the format again just to apply it.
Re: Rotating BIG sprites
Do you have a ROM demo of this ? 
-
psycopathicteen
- Posts: 3001
- Joined: Wed May 19, 2010 6:12 pm
Re: Rotating BIG sprites
Thanks, just tested
Definitely impressive, i wonder if you will be able to get a full game from it at some point 
Re: Rotating BIG sprites
Looks great on bsnes, but black screen on hardware (3 attempts) and ZSNES.
Re: Rotating BIG sprites
impressive, i think there is some hardware init problems, it works fine on snes9x, but the music works only after a reset .
If you let some foes coming to the most left side and kill them, there is no slow down even with sprite rotation.
@psycopathicteen: Do you rotate the entire sprite or only the alf and use mirroring for the other half ??
If you let some foes coming to the most left side and kill them, there is no slow down even with sprite rotation.
@psycopathicteen: Do you rotate the entire sprite or only the alf and use mirroring for the other half ??
Last edited by TOUKO on Mon May 29, 2017 11:14 am, edited 1 time in total.
-
psycopathicteen
- Posts: 3001
- Joined: Wed May 19, 2010 6:12 pm
Re: Rotating BIG sprites
I rotate the entire sprite.
I do notice some framerate drop with the rotating sprite when I let enemies follow me back.
I do notice some framerate drop with the rotating sprite when I let enemies follow me back.