I have an Arraylist of branchgroups that I add to my scene when I create it. Immediately after the scene is created I call "branchgroup.isLive()" for each member of the arraylist and it returns true in each case.
When I try and pick anything from the scene immediately after the scene has been created it throws up an IllegalStateException- running the same check for isLive on each member of the arraylist in the pick event handler returns false. I can't see anything that I am doing between one and the other- can anyone suggest any common causes for this? Thanks, -ben ==========================================================================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".