Re: [JAVA3D] Java3D Scene modification during runtime

2003-10-08 Thread Lewis Walker
. Ratsch Sent: 08 October 2003 10:17 To: [EMAIL PROTECTED] Subject: [JAVA3D] Java3D Scene modification during runtime To change a shape3D (for example color or size witfh Scrollbar) during runtime, I found out the only way with detach and reconstruct the branchgroup. Is this correct or are there

[JAVA3D] Java3D Scene modification during runtime

2003-10-08 Thread Prof. C. Ratsch
To change a shape3D (for example color or size witfh Scrollbar) during runtime, I found out the only way with detach and reconstruct the branchgroup. Is this correct or are there some quicker or easier ways? Thank you for help! C. Ratsch ==