Hello,
i want to show some information about an object in a billboard when its got selected.
the billboard should always have the same size and be always visible on screen.
is it ok to show the billboard with nifty?
how do i draw a single spatial in parallel projection mode or should i just recalculate the size of spatial?
- jme way : you can attach it to guiNode.
- nifty way : you have to convert 3d coordinates to 2d coordinates of screen. Does jme have project() method ? opengl and jogl have.