Re: [JAVA3D] Simple example of image plate alight platform geometry

2002-05-15 Thread Brad Christiansen
Hi, Thanks for this code David, it has been a huge help. One question though, how do I make the overlays transparent? I have tried doing the following to your code with no luck: changed the type of the BuffredImage to TYPE_INT_ARGB (from INT_RGB) changed the color used to fill the background fro

Re: [JAVA3D] Simple example of image plate alight platform geometry

2002-04-18 Thread Enrique Dumas
Hello, your sample is very interesting ! At this time I'm trying to create some labels overlayed on the screen which the text and background color can be changed at runtime. So as I have to refresh my label often and to minimise the memory consumption, I created a "simple" quadArray with Text2D in

[JAVA3D] Simple example of image plate alight platform geometry

2002-04-17 Thread David Yazel
I had built this for a test case some time back. I am thinking this might be helpful for people. This is a modified version of SimpleGeometry.java in the PlatformGeometry demo provided by sun. It should run unmodified. It creates some overlays on the screen and displays them. Dave Yazel Si