I’m no André Michelle, in fact, I don’t know sh*t about sound and how it works. But I had to give [...]
In a project I have recently done, I had (still have actually) some memory leak issues with the papervision3D DAEs. [...]
This week I stumbled on a great AS3 Delaunay Triangulation class by Nicolas Barradeau (Ported from a triangulate algorithm by [...]
In my previous post I did a first test with 3D motion capturing, it worked, but it wasn’t precise enough [...]
2 webcams, Flex and a boring sunday afternoon… Source code:
Share:
I used to calculated the 3D projection with this classic formula:
scale = focalLength / (focalLength + posZ) targetX = posX * [...]
After my last “failed” experiment, it was time to take a second look at the new drawing API. This time [...]
Via Bnox I saw that you can change your favicon dynamically. After some research I found out that the magic [...]
The Logic Lab is a node based application for simulating simple circuits of logic gates in the browser.
A boring Sunday, the perfect time to Wii! I used the roll and the pitch so the airplane follows the angle [...]
… but I don’t really understand it yet. Today I played around with the new FlashPlayer 10 Drawing API (drawTriangles) and [...]
FlashPlayer 10 has a built in ability to access the sound output buffer. So now we can generate sound with [...]
My personal challenge for today was to create a Java socket server that pushes data to flash using binary sockets. [...]
Based on a motion algorithme using Perlin noise, by Cay Garrido made for “The 25-Line ActionScript Contest” ( I can’t [...]