The jmonkeyengine tag has no wiki summary.
1
vote
1answer
172 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
1answer
241 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
0answers
368 views
Import 3ds into JMonkeyEngine 3
I have asked this question on SO, but I think it will be more suitable here.
Basically, we are trying to import an animated character body (with skeleton) from 3D Studio Max to JMonkeyEngine 3, but ...
1
vote
0answers
63 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
vote
0answers
65 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
0answers
155 views
When attaching AI to a vehicle should I define all steps or try Line of Sight?
This problem is related to an intersection simulation I am building for university. I will try to make it as general as possible.
I am trying to assign AI to a vehicle using the JMonkeyEngine ...
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 ...