"Alexey S. Kruchenok" wrote:

> But what should I do if I wanna apply some image filter like Blur or Zoom to
> image produced by Canvas3D in Mixed mode.

Do you want to do this to the image that is rendered on screen with the
canvas 3D or to the one that is saved to a file on disk?

For the former, there is nothing that you can do that I know of today.
Java3D does not let you access the framebuffer to allow you to do these
effects.

For the latter, you don't need the getGraphics2D of the Canvas. Instead
you ask for the one from the Image that you've been given. You should
only ever use the GraphicsContext from the source that you are trying to
modify.

--
Justin Couch                                    Author, Java Hacker
http://www.vlc.com.au/~justin/               Java 3D FAQ Maintainer
http://www.j3d.org/              J3D.org The Java 3D Community Site
-------------------------------------------------------------------
"Humanism is dead. Animals think, feel; so do machines now.
Neither man nor woman is the measure of all things. Every organism
processes data according to its domain, its environment; you, with
all your brains, would be useless in a mouse's universe..."
                                              - Greg Bear, Slant
-------------------------------------------------------------------

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