The jmonkeyengine tag has no wiki summary.
0
votes
0answers
24 views
JMonkey - Create health bar?
How can I create a health bar in JMonkey? Is there some documentation that can help?
I am working on a game, specifically “Battleship”, using the JMonkey Engine (JME3). I want to add health bars on ...
-1
votes
0answers
56 views
Best Gamedev book for jmonkey engine [closed]
I want to start using the Jmonkey Engine to make a game but I want to learn some theory first. I am NOT interested in marketing or creating a story. I basically want to know which book would tell me ...
-1
votes
0answers
81 views
How to make an attractive spash screen for my first game? [closed]
This is my first game with the engine jme3 and I'm practicing how to make the graphics attractive for users and gamers. The splash screen for the game when it's loading presents the main character and ...
4
votes
1answer
150 views
Best practise for representing large spaces in a scene graph
I'm attempting to represent a procedurally generated world in a scene graph, specifically in the Jmonkey engine (Jme3). To make this managable I have broken up the world into smaller chunks. Each ...
1
vote
1answer
152 views
How do I export my Blender model to OGRE XML format for jMonkeyEngine 3?
I'm an amateur software engineer with several simple 2D-game projects under my belt. I'v recently turned my attention towards creating a basic 3D game, nothing too fancy, just to get a grip on things.
...
1
vote
0answers
56 views
Moving an object (pong paddle) along the x,y axis in 3d-space with mouse/touch
First of all: Sorry, my English isn't quiet good, I'm very new in 3D and I'am using JMonkeyEngine.
What I would like to do?:
A 3d pong game and I want to control the paddle with the mousecursor ...
1
vote
1answer
131 views
How free is BSD / CC-BY usage?
I looked at blendswap.com where there are models that I want to make walk along a wall in this level.
AFAIK I can take this file and sell it or did I misunderstand licensing?
2
votes
1answer
175 views
How do I properly center Nifty GUI elements on screen?
I am new to JME3 game engine but I know Android XML GUI layouts pretty good. I have a simple layout here and I cant figure out what is wrong. Here is my XML code:
<?xml version="1.0" ...
1
vote
1answer
237 views
Models with more than one mesh in JMonkeyEngine
I’m a new jmonkey engine developer and I’m beginning to import models. I tried to import simple models and no problems appeared, but when I export some obj models having more than one mesh in the ...
2
votes
2answers
226 views
Convenience of mySQL over xml
Currently I use XML to store specific information to correctly load a few things such as a list of specfied characters, scenes and music, Once more I use JAXB in combination with standard ...
0
votes
0answers
77 views
java find intersection of a block with a surface in 3D space
This question is a copy of the following question on SO. I posted it here after a suggestion from guys at SO.
Hi,
At the moment we have a bunch of 3d blocks (think cubes) that are imported in a ...
-4
votes
1answer
341 views
Making the AI for a goblin
My scene has a main character who is a ninja and an enemy which is a goblin and one monster but the monster has no animation so we can wait with him:
How can I make the goblin actually move instead ...
-2
votes
1answer
203 views
Which models and scene to use for a dungeon game?
I use jme3 with some builtin models and scenes and I've managed to put together a third person 3D scene.
I now want to program some attack and/or fights and I think that skeleton warriors and/or ...
0
votes
1answer
192 views
Engine and level of detail for maze / labyrinth / dungeon scene?
My question is similar to these:
Algorithm for generating a 2d maze
To scene graph or not to scene graph?
I.e. in this case should I use jme3 or some other engine (I heard unreal offers a free ...
2
votes
1answer
2k views
Correct way to export from blender to ogre format?
My question here is similar to this since I'm using jmonkeyengine and I'm looking for models and scenes to populate my 3D world
Open-source 3D models easily usable in OGRE3D/jMonkeyEngine
When I ...