Fixed background?

Hello guys, im totally new to the engine, i started yesterday.

I was working on a assignment in which i have to simulate the n-body problem.
I successfully accomplished the task with 3d spheres in the graphical part of the app.

Now what i want to do is add a fixed static background image (a space image), so that it looks nicer. Is there a way to do that?

Thanks!!

Check this:
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:sky

I can’t seem to accomplish the fixed static background with this. If i put a skybox it makes the image bad. i want a static image that doesn’t move for the background.

You can get the far frustum values from the camera, you can place a quad that looks at the camera at that poistion.

At least that should work i think