View allAll Photos Tagged glsl
got 1,000,000 particles animating on the gpu last night. this is only 262,144 because the framerate is a little choppy at 1M on my MBP..
I made a simple material editor that's built into the game. The user can make his own materials (make his own textures first, then refer to them in the editor, and tweak values). The editor can also save .material files, and the user can use his materials in his levels (yes, you can create your own levels, check this out: nikki93.github.com/blog/2009/09/28/grall2usrlvl.html).
Here you can see me tweaking parameters of a glowing material.
Agent based image space metaballs. Spatial hashing is used to cope with the large number of agents and their individual processes. Video on Vimeo
Agent based image space metaballs. Spatial hashing is used to cope with the large number of agents and their individual processes. Video on Vimeo
GLSL generated sphere with the help of some audio data to disturb the form. The whole computing of form normals and lightning is done on the gpu. Processing as just use for audio analysis.
While gravity-switching. The camera rotates smoothly into position, this shot was taken while it was doing so.
Depth buffer experimentation
Watch the video on Vimeo vimeo.com/brainswitchmedia
Some tests for my submission to Written Images. Mesh created in Blender, then imported to Cinder (C++) for subdivsion and rendering.