Hello,
I am planning create a site that lets users in finance visualize the price of a foreign exchange option in 3d. x = price of underlying, y = price of option, z = days left to maturity. In other words, rather than a simple option payout diagram, this would allow you, on the Z axis, to view what the P&L scenarios would be if you sold before expiry of the option.
In short, I want a visualizaion tool. But given that the surface of the P&L might be quite "curvy", it's going to be good for users to rotate around the space in real time. And it's going to be good to slice the surface up along any plane orthogonal to the axes, and move the slice around. I want it to be responsive and fast.
As you can see, quite ambitious (for me at least). Problem is, I want all this to work in a browser, and ideally, i'd like it to look great, potentially with lighting to make the "future time" parts of the surface darker, for example.
I have raided Amazon for books on Flash (the two Richard Shupe books), and I have the Red Book and Blue Books of OpenGL. They're quite hefty tomes, so I want to apply myself to the best solution. What do you suggest??
What should I think of Google's desire to create open standards for browser 3d? VapourWare? FutureWare?
Advice sought and appreciated. I have deadlines!! Thanks.