flight404

Recent activity

  • Video comment
    17 hours ago
    flight404 commented on Warping webcam-reflection shader

    Its all in the shader. The texture warps based on an additional different normal map and some sin/cos manipulation.

  • Video comment
    17 days ago
    flight404 commented on Solar rework

    And now, the comments are gone again. Strange.

  • Video comment
    17 days ago
    flight404 commented on Solar rework

    All but one comment has disappeared. Vimeo must be sorting some issues. I will try to answer the questions I have in my inbox.

    UPDATE ---- As soon as I hit Post Comment, all the comments reappeared. Odd!

    Firstly, thanks for the feedback and kind words!

    Bryce: Its made with Processing (processing.org) and uses Amit Pitaru's audio analysis library Sonia, and Andrew Bell's convenience classes.

    Syed: I use FFT on the incoming audio to get distinct frequencies. Each sphere 'listens' to a specific frequency and adjusts its mass and charge accordingly. There are also several thousand invisible particles who aid in coloring the sphere surface. I will likely write a blog post describing the process more thoroughly but it isn't that different from how I made the original piece. Read about it here: flight404.com/blog/?p=111

    planete: It always seems to happen this way. I will start working on a piece, I will get it working at realtime fps, I decide to post a video and the best way for me to do that is to save out the frames one by one as it runs, which slows it down. So of course I think, "well, since it isn't rendering out in realtime, I might as well crank up the particle count and get more bang". I will probably shoot a video off the monitor to better show how it looks running realtime. Its not too different from this video, but much less haze effect.

    James: Ended up staying with Processing. The next order of business, once this and Fuji are shipped, is to port both to Cinder/C++.

    InsightVR: For the live version, using a USB microphone. For this rendering, I pulled the audio bit I wanted into the project and analyzed it 1/30th of a second at a time. For each of those blips, I save out the resulting image, then piece the images back together and paste in the original audio.

  • Video comment
    18 days ago
    flight404 commented on Fuji, test render

    Thanks defetto. Actually, it runs faster than this video in real-time. The video was prepped at 30fps. The actual piece is near 45. And yeah, this is Processing. Looking forward to finishing the port to Cinder/C++ but I just didn't have time.

  • Video comment
    18 days ago
    flight404 commented on Fuji, test render

    Thanks Ryan and Jer.

    Looped? Well, that is both correct and misleading all at once! The camera movement is not quite an oval which for this project means that no two camera positions are the same (well, almost. floating-point accuracy). Infinite partially-occluded views of Mount Fuji.

    The opening is December 18th.

Advertisement