Re: [JAVA3D] 3D User Interfaces with JAVA3D - Canvas3d problem

2001-03-22 Thread Jon Barrilleaux
Well, since you are so "smart" and apparently have more time on your hands than I did when I was doing this, add the constructors to the base class and replace the original class in your j3dui library. ;-) On a more serious note, send me a copy of your changes and, if there is sufficient interest

Re: [JAVA3D] 3D User Interfaces with JAVA3D - Canvas3d problem

2001-03-21 Thread Nathan Bower
Mistake, reconfigured below should be PRECONFIGURED! > After further investigation I have discovered that there seems to be no way > to fix this as the AppDisplay class provided and used by the code in the > book does not have a constructor that can be called with a Canvas3D, which > can of cours

[JAVA3D] 3D User Interfaces with JAVA3D - Canvas3d problem

2001-03-21 Thread Nathan Bower
Hello, I'm reading the 3D User Interfaces with JAVA3D, and have been experimenting with the CameraNavigating example. I have noticed that every single example in this book constructs Canvases without first getting the GraphicsConfiguration of the local machine. After further investigation I hav