Hello

On Tuesday 02 March 2004 15:12, you wrote:
> I've added a box with height 325, and two cylinders height 325, then
> several translations are applied to them to put them in different
> positions. Finally, the whole thing is scaled right down (0.0001 * the
> size). However, visually, the box looks about double the height of the
> cylinder, and when I multiply the cylinder's radius and height by two, it
> is exactly the right size...

it's a "misstake" in the documentation:

new Box (1,1,1) creates a box 2x2x2.

The "1" means: 1 unit from center in both directions. So your box is
650x650x650 and the cylinder is the right size.

(It's better to use smaller boxes and cylinder in the first place than to
scale everything down. So use something like : new Box (325f/1000f,
325f/1000f, 325f/1000f))

cu

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