[SOLVED] Jme3 Beginner: creating 2D view for my animation

Hello,

I am trying to create a 2D view for my animation. Where should I place the camera to get that view?

sorry if this question is too simple

If you are using SimpleApplication you can add all of your scene to the guiNode. Just make sure the spatials are in proper screen coordinates (0,0 to screen-resolution)

1 Like