...About Papervision & Image processing in ActionScript 3. These two will definitely be useful for my thesis work!
Image Processing Library
UnitZeroOne


Here is a couple snapshots of the work I'm doing for my Thesis project. It's basically a data visualization system accessible by any flash-equipped browser. For the 3D i'm using a slightly modified version of Papervision.
ActionScript
I thought a little bit about using the underscore style in C#, mainly because you have private vars clearly distinguished from the rest of class members in Intellisense. But again, the resulting code looked too low level.
I also considered using a single letter as a prefix for private vars, ie mMyVariable, but i like using my instead because it often makes the whole variable name sound like a piece of a correct english sentence.