Archive: one simple preset...


12th October 2002 16:15 UTC

one simple preset...
I know the preset is easy to make, I just wanted to know if you like this kind of DM's

So: Comments on the DM are appreciated... Who will be the first to respond?

PS: yay, this is my 50th post! I am now a real :winamp: Member!! :cool:


14th October 2002 16:31 UTC

I like random DMs, they can often look really cool.

A hint for you though, to optimise the current DM you could use something like:

p=cos((rand(20)-rand(20))*0.05);
x=x*p;
y=y*p;

That does exactly what your current one does, but is more efficient, gives me about 5 more fps. Even though it is only a 16x16 DM its just good practice to use as few calculations as possible, especially trig functions and divisions.


17th October 2002 08:04 UTC

congrats
Congratulatiosn on the member! Sorry, but I haven't had a chance to check out the AVS.

It always feels good to move up in the forums, doesn't it?