| |
Heaven Account closed
Registered: Jul 2008 Posts: 102 |
Rotating City with EOR
Hi guys,
I am from the evil side but some of you might know me from IRC or formatwar.net.
One of my dreams since Amiga days was to code a nice 3d rotating city landscape like this:
http://www.youtube.com/watch?v=wDzw_5apRiM
5:20 ff.
I went into the code there and there is not much magic going on except that the whole rotation is precalculated. the draw routine is only drawing the top of the skyscrapers and then it is drawn down via long unrolled EOR code block.
the Zoom in and zoom out is precalculated, too.
Any c64 examples of such an effect and how are you doing that? charmode? multiplexed sprites?
thanks for any thoughts and suggestions.
|
|
| |
S.E.S.
Registered: Apr 2010 Posts: 19 |
Assuming that you want to do it precalculated, that effect could be done on C64 similar to kefren bars: Charmode, and just modify the changing bytes on the fly as the rasterlines run down. |
| |
Heaven Account closed
Registered: Jul 2008 Posts: 102 |
any example already coded somewhere?
the good thing I guess regarding EOR filler is that you can zoom in/out and the screen gets filled.
|
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
That's a pretty cool atari demo I havent seen yet. Also funny to see it was the source of two effects in Reflex demos. (BOB part, and fading out text.)
I have made this in Soiled Legacy, but only using 2 colors. My tricks were:
a) X expanded sprites to halve the drawing area
b) repeating char row at the bottom because the bottom is the same vertically.
You can use trick b) easily with a repeting DLI. Cool thing would be to do it in realtime, with clever thinking there's not much to calculate, the only problem would be clipping. |
| |
Heaven Account closed
Registered: Jul 2008 Posts: 102 |
Oswald, which Reflex demo? found many on youtube ;)
|
| |
Heaven Account closed
Registered: Jul 2008 Posts: 102 |
and your City was it precalculated like hell, too? you have zooms, too.
on A8 you could do it with nice DLI stuff and spice it up.
|
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
1:50
http://www.youtube.com/watch?v=2Ei2cBJa6tE
3:41
http://www.youtube.com/watch?v=UrgExLcjAuo
yep, mine was precalculated too, there were to anim sequences, one going around the city, and one flying trough it. they could be mixed, so you could do 2 fly arounds, and then one go trough, etc. This was not used tho, cause then the part would have lasted too long. |
| |
T.M.R Account closed
Registered: Dec 2001 Posts: 749 |
Quoting OswaldThat's a pretty cool atari demo I havent seen yet. Also funny to see it was the source of two effects in Reflex demos. (BOB part, and fading out text.)
Might want to check the release dates, unless Fandal's site is wrong Total Daze came out in 1997 and i don't even have to look to know Radio Napalm was 1995. =-)
|
| |
Heaven Account closed
Registered: Jul 2008 Posts: 102 |
yeah. Greetings look "inspired" ;)
but at least in Total Daze it was used while loading the next part ;)
|
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
Quote: yeah. Greetings look "inspired" ;)
but at least in Total Daze it was used while loading the next part ;)
my mistake. But many other rfx stuff was coming from A8 if I'm not wrong. |
| |
Heaven Account closed
Registered: Jul 2008 Posts: 102 |
Oswald. any clue how I can precalc the City easily with small 3d knowledge?
|
... 12 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 | 3 - Next |