Insert a button in Game Scene

Hello boys.



I have loaded my object in JMonkeyEngine product in Blender. I have modify TestObjtoJme for load this file.



I would insert a button in the Scene.



Its possible???



Can you help me?



MIchele

bircastri said:

Hello boys.


I know of at least one girl running around the forums and wiki writing a bunch of documentation...  I bet there are more..

bircastri said:

I have loaded my object in JMonkeyEngine product in Blender. I have modify TestObjtoJme for load this file.

I would insert a button in the Scene.

Its possible???

Can you help me?

MIchele


Sounds like you're looking for a Graphical User Interface.  The cool new thing is Nifty integration with jME!

The most up to date information about using it is here: http://www.jmonkeyengine.com/forum/index.php?topic=13658.0

There are other GUI libraries out there as well, such as FengGUI and GBUI but have not achieved the level of integration that Nifty has achieved in the past month or so..

I have download two link in that link, but i don't find a main method.



I think if i have to wrong load that link.



Can you show me the tutorial for load this library???

The main method is the easy part, its the integration that can be tricky :slight_smile:



https://nifty-gui.svn.sourceforge.net/svnroot/nifty-gui/nifty-examples/trunk/src/main/java/de/lessvoid/nifty/examples/jme/JmeNifty.java



That is an example of the system that extends SimpleGame