| |
Dwangi
Registered: Dec 2001 Posts: 130 |
Demos with Caleidoscope effect.
I saw the one in Void (4x4) and Hollowman also made a nice 3D Version.
Were there more c64 demos with this nice effect?
I once wanted to do a version with better resolution than 4x4. But I wanted it to run atleast every second frame and be larger than 16x16 char matrix, that was simply not possible.
|
|
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
16x16 lda ora ora ora sta is about 25 fps. so it should be pretty possible since you only need to calculate the quarter of that. only you need to be very clever about the speedcode :) Soiled Legacy has also an AFLI swirl/radius plasma in caleidoscope mode. |
| |
Zyron
Registered: Jan 2002 Posts: 2381 |
No mention of tags? ;) |
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11359 |
"16x16 lda ora ora ora sta is about 25 fps. so it should be pretty possible since you only need to calculate the quarter of that."
except you want it to look like an actual caleidoscope ofcourse (which is more than 4 times mirror/flip) |