Close Show/hide page

{zero point nine} personal experiments, etc.

Online portfolio

Thumbnail - Click me

After two failed attempts in the last year or so, I've made a Flash-based online portfolio site that I'm willing to call finished. I used the guts of the 3D sine wave demo as the visual centerpiece for it.

One point of interest is that while the thumbnail images are preloading and the progress bar is up, it's actually measuring the framerate of the 3D animation in the background, and then based on the results, adjusts the detail level of the plane accordingly.

3D Sine Wave Study w/ Papervision3D

Thumbnail - Click me Click to run demo

A wavey liquid surface being hit by rocks.

Controls:

    D lowers the level of detail
    T cycles through different textures
    B cycles through texture blend modes
    W shows the 3D wireframe
    +/- moves the camera in and out
    Spacebar pauses the action, allowing you to rotate around the scene

Read more

Particle Motion Study

Thumbnail - Click me Click to run demo

A motion study using a particle system to create organic, flowing movement suggestive of tadpoles or sp|erm. Particles gravitate towards each other based on mass and proximity.

Webcam Digital Video Recorder for Apollo

Thumbnail

This is the first release of Webcam Digital Video Recorder for Apollo, which lets you record webcam video to the local file system while simultaneously playing back video from the same file (timeshifting). Unlike its browser-bound predecessor, this Apollo port does not rely on system memory to store video, but instead uses the Apollo File API to asynchronously save and load video on the fly, and can also convert its video to FLV format.

Read more

Fun with Transparent Windows in Apollo

As I've been updating Flash Webcam DVR to Apollo, I came up with a kind-of amusing idea of overlaying alpha images from a webcam across the desktop area. The key was plugging in the right magic numbers into the ColorMatrixFilter class (see source). While running the program, click on the image to toggle filters.