Raj N. Vaidya wrote:
> Any chance we can get a callback facility in OrbitBehavior
> for transformChanged(..) notifications in the next release of
> Java 3D 1.3 ? - this is not critical but would be very convenient !!!

Why ? You can do it yourself.

OrbitBehavior ob = new OrbitBehavior(canvas) {
     protected void integrateTransforms()
     {
        // do pre-motion stuff
        super.integrateTransforms();
        // do post-motion stuff
     }
};


Artur

===========================================================================
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".

Reply via email to