Java3D: Painting 2D HUD over a Canvas3D

Posted by Jim on Stack Overflow See other posts from Stack Overflow or by Jim
Published on 2010-04-01T08:58:37Z Indexed on 2010/04/01 9:33 UTC
Read the original article Hit count: 567

Filed under:
|
|
|

Hello,

I'm using Java3D to render a three-dimensional scene. I would like to overlay a two-dimensional "heads-up-display" on top of the 3d image. How can I efficiently paint the 2d content on top of the 3d canvas?

Thanks!

© Stack Overflow or respective owner

Related posts about java3d

Related posts about java