jMonkeyEngine (jME) is a game engine made especially for modern 3D development. The entire project is based on Java for high accessibility. Advanced graphics are supported through OpenGL 2 via LWJGL. The technology is considered a low-level game development tool. As a collection of libraries, ...
4
votes
2answers
97 views
JMonkeyEngine crash on Intel video adapter
I am using JME in my application and sometimes it crashes with the following message:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) ...
4
votes
2answers
4k views
Do you know good JMonkeyEngine tutorials and docs?
I'm interested in JMonkey for some fun projects, but when I search Google to find tutorials and docs, I can only find either really basic and/or incomplete stuff, like these on ...
4
votes
3answers
336 views
Something similar to jMonkey Engine for C#
I prefer C# as a language over Java, but I have been unable to find anything similar to the jMonkey Engine for Java. I want the feature of just being able to simply add blocks (called Box in jMonkey ...
3
votes
1answer
99 views
JMonkeyEngine : Collision detection on dynamically loaded models
I am learning JME3 and I managed to create my own height map and modifying some of the example code, etc. Now, I created a very simple 4-wall roofless room with Blender, exported it as a Wavefront ...
3
votes
2answers
5k views
Can i use jmonkeyengine on android?
i', trying to make a simple 3d game for android, and i want to use jmonkeyengine, Can i do this? How can i do it? Someboy can show me an example?
thanks!!!
2
votes
1answer
85 views
jMonkeyEngine: importing .x models
I found this importer for .x files in the jMonkeyEngine SDK plugins: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/directx-to-j3o-converter/?topic_page=1&num=15 , and I ...
2
votes
3answers
425 views
JME-Jbullet physics issue
I'm currently playing with the JME-Jbullet physics engine, and having issues with my terrain.
I have 2 flat boxes, one for the floor, and one to act as a ramp. The issue is as follows:
With the ...
1
vote
0answers
23 views
Import .3ds models into JMonkeyEngine 3
There is a wiki page on jmonkeyengine.org about importing .3ds models into a scene, however the article is 3 years old and does no longer apply to JME3. Is it still possible? Is there some library for ...
1
vote
1answer
98 views
jMonkeyEngine enabling relative gravity via mass
I'm not sure if I'm wording this correctly, but I want to set up a space-like physics system in jme3. I have the BulletAppState setup and several RigidBodyControl enabled spheres.
// Setting up ...
1
vote
1answer
205 views
Setting up autocompletion for Scala in JMonkey Engine
I would like to use Scala and JMonkey Engine to create a small game. It should be nothing more than a test wether the engine is fun to use. I'm new to JMonkey and therefore don't know the usual method ...
1
vote
1answer
302 views
3D Flood Fill using Java
I am using the JMonkey Engine to create a 3D bounding box and then I'm trying to use smaller boxes to flood fill the bounding box. Unfortunately I can't find a 3D flood fill algorithm.
Does anyone ...
1
vote
1answer
436 views
Good books and web resources for JOGL and JMonkeyEngine?
I am currently trying to decide between using JOGL and JMonkeyEngine on a project so I would like to learn a bit about the basics of each and decide which one I prefer. Does anyone have any books or ...
1
vote
2answers
227 views
Check if a vector is between two others
I have a "box" made out of two three-dimensional vectors. One for the front-lower-left corner and one for the back-upper-right corner.
Are there any simple way to check if a third three-dimensional ...
1
vote
2answers
627 views
Suitable platform for a 2D simulator using java
I have to do my final year project and I'm planning to use a visual simulator to simulate it. So I have to create a basic simulator and the program would be run in java. But I have a problem as to ...
1
vote
1answer
308 views
Is it possible to create a flat terrain in Java Monkey Engine?
As a beginner using the JME engine, I was wondering whether it is possible to create flat terrain?
I have played with the TerrainBlock and created a somewhat bumpy terrain using MidPointHeightMap, ...
1
vote
2answers
903 views
Obtaining the camera rotation in radians on the X, Y, and Z axis in OpenGL?
I'm trying to obtain the camera rotation on various axis in OpenGL (but using Java, LWJGL, and jME specifically). The camera object allows me to get the direction as a Vector3f, but this doesn't seem ...
0
votes
1answer
15 views
jMonkeyEngine camera follow
I'm testing something with jMonkeyEngine and I'm attempting to have the camera follow a box spatial. I followed official instructions here:
...
0
votes
0answers
19 views
JMonkeyEngine advice for networking support
Can I use http://jmonkeyengine.org/groups/android/forum/topic/how-to-get-started-1/ to build a 2d multiplayer card game for Android?
Actually I only need its networking/multiplayer support.
Any ...
0
votes
0answers
23 views
Exporting model & animations from 3ds Max to JMonkeyEngine [closed]
is there an effient pipeline / toolset to get models with animations from 3ds max to JMonkeyEngine? I read about OgreMax Scene Exporter but it is very limited in the free edition. Is there another ...
0
votes
0answers
50 views
JMonkeyEngine : First person view and (under)water physics
I am fiddling with JMonkeyEngine 3 and a simple test program with the new water effect. I have very little experience with the engine still. Now, I have my CharacterControl, a first person view camera ...
0
votes
0answers
18 views
JME3 - Splatting more than three textures
The following tutorial explains how to perform basic texture splatting with height maps.
http://jmonkeyengine.org/wiki/doku.php/jme3:beginner:hello_terrain
I was able to follow this tutorial and ...
0
votes
0answers
28 views
How to get a screen shot in jmonkey3
I am a newbie with jmonkey.
I have a simple app that i built following the jmonkey tutorials.
How can i grab a screenshot of what jmonkey is displaying. If i could select what of the nodes on the ...
0
votes
1answer
75 views
Beginners trouble on getting started with WorldWind and KML
I have an existing application that displays the ship track information using jmonkeyengine as shown in the image. I have the track data (long and lat etc). I am wondering how to show the ship track ...
0
votes
0answers
57 views
using interpolation to find the correct Point
In the below method, the _currentLocation is set according to the current model time vs.getTime(). The code currently looks for the track position at or immediately after the supplied time. How can we ...
0
votes
0answers
58 views
JMonkey 3 Asset Cache
I'm in the process of learning JMonkey for the purpose of building a framework on top of it.
How do I manage the asset cache?
Is there any way to clear it?
Is there any way to delete a specific ...
0
votes
0answers
121 views
jMonkeyEngine3 (jME3) Level Of Detail for terrain
I am trying to do terrain generation in jMonkeyEnging, and have followed the tutorial (http://jmonkeyengine.org/wiki/doku.php/jme3:beginner:hello_terrain) but have run into a slight problem. At last ...
0
votes
0answers
146 views
Starting developing 2D and 3D games. Books vs engine specific tutorials. [closed]
I am a PHP coder, with some experience in Java, I would like to enter the world of games development. I've made some small & medium projects in Java, but I have not tried to make a game project ...
0
votes
1answer
229 views
Java Monkey Engine Tutorial
I've worked my way through the tutorial series of jme and feel like I've understood the basics. Now I would like to create a first very simple game. Nothing fancy just a simple test scenario: The ...
0
votes
2answers
88 views
jMonkeyEngine apply Material inside Mesh?
I'm using jMonkeyEngine to develop a desktop PC game. It's still in early stages (always starting, never finishing, eh?).
With no physics (just moving the camera), faces disappear when you enter the ...
0
votes
0answers
51 views
org.xml.sax.SAXException: Expected a boolean, got'True'
I am using Blender 2.5 Exporter to export a .blend file from blender to Ogre mesh and dotScene files. The exporter is essentially a python script and it sets all the boolean values to either 'True' of ...
0
votes
1answer
97 views
Applet with jMonkeyEngine?
I want to host a jMonkeyEngine game as an applet, but I can't figure out how. These instructions recommend having the main class inherit from SimpleJMEApplet, but Eclipse complains that it can't find ...
0
votes
0answers
35 views
how to make a wireless connection in jMonkeyPlatform?
i have a big problem in my thesis and need help please..
I wanna make socket connection between two computers ( Server and client ) that can be used in playing Chess.. who can help me to make this way ...
0
votes
0answers
39 views
jmonkeyengine stops load at 14%
When i start the engine i stops loading the scene viewer at 14%.A searched for similar questions but, their org site i down.
How to fix this thing ?
0
votes
1answer
58 views
What's a good way to mock Java3D using Mockito?
I'm trying to mock out Java3D classes for unit tests, for example:
mock(VirtualUniverse.class);
or
mock(Canvas3D.class);
Unfortunately, VirtualUniverse (which is also referenced by Canvas3D) has ...
0
votes
1answer
62 views
What can we use for rapid display and update of large numbers of simple objects?
We think there are potentially a number of technologies that might work for us - Java3D, Google Sketchup, JavaFX or gaming framework, and probably many we're not familiar with.
We're getting ready to ...
0
votes
1answer
67 views
Can a .jme model be added to a GLCanvas(JOGL)?
I used jme to convert a Collada(.dae) model to .jme in order to to use it in an application.
I get the model loaded but now I would like to use it in a JOGL application using GLCanvas.
I have looked ...
0
votes
0answers
335 views
Anaglyph 3D rendering with JMonkeyEngine
How to do an Anaglyph 3D rendering with JMonkeyEngine ?
I tested the StereoRenderPass class :
http://www.jmonkeyengine.com/forum/index.php?topic=7168.30
but it generates errors when compiling.
...
0
votes
1answer
91 views
In java JMonkeyEngine, public GameSettings getNewSettings()? How do I fill it out?
I'm trying to change a BaseGame to a FixedFrameRateGame, and It's saying I need a public GameSettings getNewSettings() method. Now I tried filling out like this:
public GameSettings getNewSettings(){
...