4

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.

PhiLho
  • 40,535
  • 6
  • 96
  • 134
Spoike
  • 119,724
  • 44
  • 140
  • 158

1 Answers1

4

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.

Spoike
  • 119,724
  • 44
  • 140
  • 158