Here is the final version, where the white surface have been made transparent. THANKS to GAKI who taught me how to do it.
The script:
/* to make surface transparent */
if(surfcolor == white)
Oi = 0;
else Oi = Os;
I have did some minor blooming effect on the shot to make it look dreamy in After Effects. Practically its just taking the whole shot and up its brightness and contrast, add a heavy blur to it, and make the layer a screen filter.
Overall I am pretty much happy with the result as I manage to produce my idea. However, pointing back to the knowlegde of the language there is still a long way for me to go about exploring it. |