Hi Andrei,

> Andrei,
>         It's a bug in j3d1.2.1_04 and j3d1.3beta1, but it has been fixed
> in the coming j3d1.3beta2 release.

In the meantime, as the bug seems to be in the auto computation
of the bounds, may be you can live with setting the bounds
explicitly, as in this (hardcoded) example:

    Point3d lower = new Point3d(-1.0, 0.5, 0.0);
    Point3d upper = new Point3d(1.0, 1.0, 0.0);
    BoundingBox bb = new BoundingBox(lower, upper);
    s1.setBoundsAutoCompute(false);
    s1.setBounds(bb);

regards

Georg
 ___   ___
| + | |__    Georg Rehfeld      Woltmanstr. 12     20097 Hamburg
|_|_\ |___   [EMAIL PROTECTED]           +49 (40) 23 53 27 10

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