[JAVA3D] Run time change of values

2000-12-10 Thread K.R.Karthikeyan
    How can i change the shape size in runtime.   ie I am drawing the 3D Bar Chart. The values for the chart will be in a Vector. Initially the program will read the vector values and it will draw the bars.   Suppose if i change the vector values at run time from other screen i want the eff

[JAVA3D] Java 3D FAQ Weekly Posting (11 Dec 2000)

2000-12-10 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday December 11 2000 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If

[JAVA3D] Alternate Appearance bug

2000-12-10 Thread David
Explanation: I am working on building "bubble" technology into our terrain system. The idea being that in an area of 700 meters surrounding the user they are getting high density mesh and high density textures. Outside that area, for an additional X meters (2k meters+) I am using low density mes

[JAVA3D] ToolTip problem when using ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false)

2000-12-10 Thread Qiuli Sun
Hi, I have a problem with ToolTips. I use the way described in www.j3d.org which says that if following code: JPopupMenu.setDefaultLightWeightPopupEnabled(false); ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false); is used, the tooltip will show up. I tried. It never works with

[JAVA3D] RestrictedAccessException: Group: only a BranchGroup node may be removed

2000-12-10 Thread Claus Goettfert
Hi, we have currently a problem removing TransformGroup from other TransformGroups; at certain code elements with a certain TransformGroup we get the error message stated in the subject. We also can't add a another TransformGroup. Please help us! The code in question is attached below. < ---