By kris | January 19, 2009
sending custom classes via rtmfp? well, let's try
according to the example of the first part of this article we would now like to pass our receiverFunction() an instance of SomeObject instead of a String.
setup
here's the initial class SomeObject which we'll try to send from one peer to another:
PLAIN TEXT
Actionscript:
package
{
public class [...]
By kris | January 7, 2009
hi there and a happy new one (can you still say that on january 7th?).
since i am supposed to work on my bachelor thesis it got quiet around here.
but when i read about the new stratus service a few days ago i couldn't wait to get my hands on it. for those who haven't heard [...]
By kris | October 16, 2008
actually sound pitching was the first thing i did as soon as the flash 10 beta came out. now that there were some changes in the sound api i wrote it new from scratch.
the finetuning took a while so that there are no more hickups and noises when changing the pitch fluently as you can [...]
By kris | October 8, 2008
a logical step was to transform the mathematically described surface of the sphere as you can see on the right. in this example - which i like to call flowery sphere - there is a sum of parameters you can play with. again, you'll need flash 10!
the elegance of a sphere is that it looks [...]
By kris | October 7, 2008
basing on some experiments some time ago with pixel bender kernels i was able to render a few spheres with local illumination for one light source based on phong:
ambient illumination (as a substitute for all indirect light bouncing around in the scene)
diffuse illumination (lets parts of the surface pointing to the light source be lighter [...]