Transparent rendering in 3D applet
It was time to wipe out all the business logics and architecture designs from my mind for a few minutes and to code something refreshing. Here is the result. The applet renders nice 3d model in real time with a little transparency effect. I wrote the base code for this applet few years ago and now I polished and refactored it a little. What do you think about the result?
I made the source code available along with the project files for NetBeans IDE v5. If you haven’t coded applets with the NetBeans IDE before you can debug them just by selecting the applet class from project browser and selecting “Run File” from the context menu.