Hi all, Firstly I am experiencing some difficulty integrating my Canvas3d's into my Swing components. I am putting my canvases into a series of nested JSplitPanes. To be able to resize the panes, I need to set the minimum size of each JComponent. As Canvas3D extends Component it doesn't have this method so first I put the canvas into a JPanel which I call setMinimumSize() on. However when I add the panel containing the canvas to the splitpane it is blank and the canvas doesn't appear. If I put the canvas straight into the splitpane its fine, but then of course I can't resize the splitpane. Help?
Secondly I am wondering if the following is possible in Java3D. Each of my canvases (4 total) has a different ViewPlatform, hence I get 4 different views of the object my program loads, 3 static along each axis, and a main view which has OrbitBehavior as the ViewPlatformBehavior. The 3 static views each have the PickingDeformationBehavior mentioned in an earlier discussion (see the "On-the-fly object editing" thread from about a week ago). Now onto the actual question: can the 3 static views render in wireframe while the main view renders in solid i.e. can different viewpoints use different polygon attribute styles? Thanks in advance, David Rush =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
