Questions tagged [canvas3d]

Canvas3D class provides a drawing canvas for 3D rendering in Java under the Abtract Window Toolkit

See docs for more details

16 questions
0
votes
1 answer

Why does my off screen rendering Canvas3D not work?

I've been trying to make off screen rendering to work, using Java3D 1.5.2. In my source code I've been trying to attach an extended Canvas3D that will do off-screen rendering to SimpleUniverse, but doing so will break the render: 62. // FOR SOME…
Spoike
  • 119,724
  • 44
  • 140
  • 158
1
2