TF wrote: > question regarding this though. Part of the reason I wanted to get the key > events was to be able to move the viewport around a scene. I'm getting an > error from my code and I don't understand why its happening. [...] > and the code where it occurs happens here. My question is, it is not > possible to move the view port using this method? if not, how can I go about > doing it??
Hi, the problem here is just about setting capabilities. The transform you get from getViewPlatformTransform() is already live or compiled. In your case just comment out the two lines where you set the capability: the viewTransform of SimpleUniverse already has those capabilities set. In general you should detach the trGroup (hoping parent has the required capabilities set), set the cap, an readd the group (or create a new one and replace). Bye =========================================================================== 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".