Thomas Gilbert Giusepe schrieb: > Hi there, > > How seriuos is the following J3D Bug Id 4451050: > http://developer.java.sun.com/developer/bugParade/bugs/4451050.html > > I have also strange affairs when I try to use the setVpcToEc.. e.g., my > virtualUniverse_viewBoundSphere is automatically reduced to 90% or so. > > All that I would need is to replace my view to another transform > coordination place, but it doesn't work fine. Some suggestion on how to > figure out this problem. I don't know if I could use the lookAt instead of > setVpcToEc to perform the same task.
Yes, you can use lookAt if you use the inverse transformation (use Transform3D.invert( ) ) in your TransformGroup. > > > Thnx in advance,....':0). Thomas > > _________________________________________________________________ > Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp > > =========================================================================== > 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". =========================================================================== 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".
