Here is a little example of the 3D graph as per my earlier post, with randomly generated data.
My URL scheme for this blog messes up the right-click ActionScript View Source option (virtual versus real paths), so you can find it here. (I’m sure there’s a way round that but I really can’t be bothered working it out.)
I had to enclose my graph code in an thin IUIComponent-implementing Flex-friendly class .. the main gist of it is in the PV3DGraph class. Note that ConcreteGridTerrain is for example purposes only … in my real work project I made an SQL-driven data source (it was an AIR project) that implemented GridTerrain.
Enjoy. The PV3D class is part of my AS3 library on RIAForge (checkout from svn, I haven’t put it in the release yet). Any questions or corrections, let me know in the comments. The code is pretty slapdash and there are no inline comments … what you want spoon feeding now? : – )




Really impressive…really really impressive :)
good job :)
Nice one! Do you think it works with live data and on a low performance PC ?