Archive for the ‘ Flex ’ Category

Avoiding the yellow focus rectangle

1
stage.stageFocusRect = false;

2D to 3D Photo with Delaunay triangulation

Interesting Flex app for modeling your face from 2 photos.

Source: http://www.neuroproductions.be/experiments/fle_delaunay_triangulation/
Flex Project:TrangulateFace.zip

PBJ2ShaderFilter AIR tool to generate a ShaderFilter class from Pixel Bender Files

This is a little app I made that lets us generate a ShaderFilter class from a Pixelbender file.

The app loads a “.pbj” file and generates a class that contains the Pixel Bender bytecode, and all the getters/setters for all of the Kernel parameters.

Download PBJ2ShaderFilter AIR tool. ( source code included )