I'm using the constructor for Raster:

Raster(Point3f pos, int type, int clipMode, java.awt.Point srcOffset,
java.awt.Dimension size, java.awt.Point dstOffset, ImageComponent2D image,
DepthComponent depthComponent)

in Java3D 1.3 beta and I would like the resulting image to transform about
its center point, instead of its upper left-hand corner. I thought setting
dstOffset would do the trick. If I set it to a positive or negative position
the image doesn't show up at all, only if I set it to zero do I see the
image. Any ideas?

--Kevin Copps

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