vote up 0 vote down star

Is there a simple way of rendering to a BufferedImage in Java3D?

I know you can extend Canvas3D, but it seems cumbersome if I just want to render directly.

flag

1 Answer

vote up 0 vote down

There seems to be some examples showing how to do this such as PrintCanvas3D.java and OffScreenTest.java, both giving examples of off-screen rendering.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.