Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: IE F5 player bug ! confirmed - first hint
From: Gabriel Mulzer
Date: Wed, 30 Aug 2000 20:19:30 +0100


seems like the slow down is caused by setting too many variables :

both files I was worrying about used a clip to store sin values
I followed very much Colin Moocks example (thanks)
( to be exact, I took it and altered it only little bit )
If not for tutorial or plug and play convenience,
it might be even for *enhenced performance* ,
this clip does not set only necessary values for 90 degrees
but for full 360 degrees - with sin cos and tan this makes 1080 variables ...
Reducing the amount of variables in a first step instantly doubled playback
speed
( it's still only 2/3 compared to the NN plugIn )

Though I was aware there are some unnecessary values
(f.i. I dont need tan here ), I didn't care,
for this seemed to be no problem so far.
In fact I expected this way would increase performance,
for all values are already calculated,
so you don't have repeat this many times per frame.

the first hint to me on too many varibles causing problems with the player
came from bibo from c-base.org - I didnt listen because I was not aware
how I could reduce them very much

__gabriel


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: IE F5 player bug ! confirmed, Matt Wobensmith
  Re: FLASH: IE F5 player bug ! confirmed , Gabriel Mulzer

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]