A 3D game engine written in and for Java. Many features including collisions, particle systems, shaders, terrain system, renderer abstraction.
1
vote
1answer
58 views
Mixing with Akka Actor trait clashes with base class
I am using the Akka framework together with jMonkeyEngine (jME3) for my little scala/java game. By adapting some Akka dispatcher magic I managed to run a dedicated actor in the same thread as jME3's ...
0
votes
2answers
34 views
Why do I get the “Selection does not contain a main type” when my class has a main?
I get the above error msg but my class does have a main method:
package adventure;
import com.jme3.system.AppSettings;
import java.applet.Applet;
import java.applet.AudioClip;
import ...
0
votes
0answers
7 views
How to attach single ChaseCamera to multiple Spatials
I am trying to attach single ChaseCamera to multiple Spatials.
I have written a custom ChaseCamera code thriugh which I can attach multiple spatials.
But the problem with that is it sometimes works ...
0
votes
0answers
17 views
How To Detect The Intersection between 2 nodes in jMonkey
I'm working on a java project"car game",
and i want The car to detect any object"Node" that the car has collided with like cones on the
rood .
like this tutorial
...
0
votes
0answers
27 views
jmonkeyengine movement too fast for collision detection
Can anyone help please?
I am making a Java game using JMonkeyEngine and I have followed the tutorial on their site to shoot balls (bullets) at a wall. I get how everything works, but when I increase ...
0
votes
1answer
20 views
Using an object animation (functions) in jMokey Game Engine?
I know i'm new to this, I did search a lot on how to use an Object's functions "like movement or jumping" in jMonkey, if you can tell me the keyword to search for, o the extension f the 3D object ...
0
votes
1answer
63 views
What could be the reason for this error message?
It used to work but now I don't know what is the matter. I'm trying to start the project but it can't find a file that is seemingly provided. What could be the specific issue?
I've checked that the ...
0
votes
2answers
35 views
How to initialize an array of a List<Float>
I am learning to build a surface using JMonkey api. The class Surface has a method
createNurbsSurface(controlPoints, nurbKnots, uSegments, vSegments, basisUFunctionDegree, basisVFunctionDegree).
...
3
votes
1answer
140 views
Small Java exception that I can't understand
Can you help me resolve this?
Exception in thread "main" com.jme3.asset.AssetNotFoundException: Interface/splash.png
at ...
0
votes
0answers
11 views
Is it possible to define custom scene graph in jMonkeyEngine?
I have game application with fractal scene graph (similar to one used in Minecraft) and now consider porting it on jMonkeyEngine (3.0+).
Question: is it be possible to implement custom scene graph ...
0
votes
0answers
17 views
displaying int variable in env3d engine
what is the way to implement this method in env3d gaming engine???
int score;
System.out.printf("%d",score);
as env.setdisplaystr() does not display variables
0
votes
1answer
51 views
Using jZMQ binding with Java SDK 6 instead of 7
I'm trying to get ZeroMQ http://www.zeromq.org/ running with the following configuration / requirements:
OS X 10.8 with built in Java SDK 7
Java binding for ZMQ
Need to use SDK 6
Apparently jzmq ...
2
votes
1answer
98 views
Get pixel color from window of running app - JAVA
I am working on application in JAVA using jMonkeyEngine. If app is running, I need get a pixel color at a given coordinates. My app extends SimpleAplication. Robot does not work, the app window is ...
-1
votes
1answer
72 views
what type of knowledge would you learn by using opengl directly rather than a render/game engine? [closed]
I don't know if I should use opengl to make my game, or a game engine. I have decided on java, so I would use lwjgl to work directly with opengl, and if I were to use a game engine I would probably ...
1
vote
1answer
51 views
Not able to visible image using assetManager.registerLocator (Jmonkey)
i am trying to run examples from this tutorial.
I downloaded town.zip and placed in my folder .. .. When try to run .. its showing blank screen. Then i added this following line
DirectionalLight ...
7
votes
1answer
145 views
Clojure and 64-bit lwjgl (lein 2)
On a 64-bit JVM, in Linux, whatever does the native library loading insists on trying to load the 32-bit library.
I'm asking this as a clojure and (even moreso) java n00b.
The answers I've found so ...
0
votes
1answer
54 views
NegativeArraySizeException on CollisionShape
I am trying to put a collision-shape onto my model.
But everytime I init the game, I get an NegativeArraySizeException.
private void createSoundBit(float x, float y, float z)
{
Spatial ...
0
votes
1answer
110 views
jmonkey doesn't run in my computer
Today I decided to start developing a 3D game , I googled and found JMonkey. I installed it and it successfully installed but when run, I can't create a project rather it is continuously showing ...
-7
votes
1answer
294 views
Android + JMonkeyEngine = 3D Game [closed]
I search an example source / project or an good tutorial to make an Android Game with JMonkeyEngine.
Thx
0
votes
1answer
59 views
CollisionShape flying away from world
I am developing a game in JME3 and for some reason my spatial Player is flying away (upwards) from my world. I don't see what I am missing, could you take a look and tell me how to make the Player ...
1
vote
2answers
233 views
GLSL and OpenGL2 is required for the LWJGL renderer
I have a problem with my first JMonkeyEngine program. I am getting this:
java.lang.UnsupportedOperationException: GLSL and OpenGL2 is required for the LWJGL renderer!
at ...
0
votes
0answers
77 views
Import .blend files for JME
Is there any way in which I can import .blend files into my JME project ? I saw a 'BlenderLoader' in some code samples, but I can't find it out.
Any help would be appreciated !
Thanks
1
vote
1answer
405 views
jmonkey rotation and translation
I am having an issue in JME (JMonkey) with rotating then translating two boxes. I have searched the forums and found some similar issues with other languages but I do not understand the answers and ...
2
votes
2answers
525 views
How to resolve junit library in jMonkeyEngine3 project
I am new to JMonkeyEngine. I have downloaded and installed jMonkeyEngine3 SDK, and trying to make the Hello Sample Application but it always shows a dialog that says:
JUnit library has not been ...
0
votes
1answer
370 views
jmonkey rotate and change forward direction?
How does one rotate a model and change the forward direction of it with the rotation?
I rotate but it just rotates on the axis and the forward is still the same.
This is probably a noob question but ...
0
votes
0answers
139 views
How does jmonkey physics bulletAppState operate upon objects it contains?
Not sure if there's any expert Jmonkey framework programmers out there, but I'm wondering how Jmonkey physics works at a somewhat lower level?
How does bulletappstate interact with objects?
Do ...
32
votes
2answers
674 views
jMonkey optimization similar to Java3D's
For several days, I have been learning jMonkey engine(ver:3.0) in Eclipse(java 64 bit) and trying how to optimize a scene with using GeometryBatchFactory.optimize(rootNode); command.
Without ...
1
vote
1answer
139 views
Java jMonkey bug, out.write inside if loop
I have a small jMonkey program with balls bouncing around. I want to record the 3d vectors of each ball every second.
When I run my code:
@Override
public void simpleUpdate(float tpf) {
...
2
votes
1answer
105 views
How to return all points within a BoundingVolume
I'm experimenting jmonkeyengine and I've come across the need to return all points (from a predefined large set of points) that fall within a bounding volume. It's easy enough to create the volume ...
2
votes
0answers
946 views
Jmonkey Collision Detection
I am new to Jmonkey programming and I would like to ask a question about collision interaction as my code seems to finds collisions possibly from the terrain and i do not know how to solve this out. ...
0
votes
1answer
158 views
Outer Class Member Variable Null To Inner Class
I am working on a game using JME3 and Nifty GUI. I have an outer class that has a Nifty member variable. And the inner class should be able to access that variable regardless of access modifier. In ...
0
votes
0answers
62 views
Deformation of 3D objects while exporting Blender2.63>jME
Here's my scene made in Blender 2.63
Installed addon:
I export (not sure about what parameters to set...)
Parameters:
Result:
Copy to Models/ of jME SDK3 project and press View Model ...
0
votes
1answer
262 views
Nifty GUI Layout
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
0answers
180 views
JME APPLET (browser can’t load library )
I created simple JME Applet but I’ve problem with natives libraries. When I run it I get error. This error disappear and all work fine when I move libraries to catalog which is showed in java console. ...
2
votes
0answers
389 views
Edit startup screen in JMonkey Engine
I want to edit the startup screen of a default JMonkey project so I can replace the image which shows the JMonkey with a custom image (our project logo). I mean the screen which appears when you ...
1
vote
1answer
229 views
Choosing the currect engine in java [closed]
I need to make a program similar to a Lego designer (only for DNA parts instead of Lego). There are so many different options to choose from and I'm not sure whats the best one for my needs.
JOGL, ...
0
votes
1answer
231 views
Only ambient light works reliably in jME
I've just started working with jME and I've created a 3d model in blender, and exported it to .obj and imported it in my jME application. Ambient light works fine, but the direct light I'm using, only ...
0
votes
0answers
140 views
JMonkeyEngine In game multiplayer chat
I am creating a multiplayer FPS game. I have most of the functionality in the game working with players running around over a network, but I am stuck on how I would do an in game chat, I have lobbies ...
6
votes
3answers
329 views
Relative gravity
I've started using jMonkey engine recently, which is very nice. But I got stuck trying to implement relative gravity.
I want to make planets orbiting around each other (not necessarily in perfectly ...
0
votes
0answers
99 views
How to draw a cube with highlighted edges
Good day, please how can highlight cube geometry edges? The world of my game consists of cubes. I need to develop a cube world editor to design levels. When user aims at a cube geometry or an empty ...
0
votes
0answers
202 views
How to program a more realistic movement for a computer-controlled character?
After some research I could make the goblin move forward in the update loop by adding the line goblincharacter.setWalkDirection(goblin.getLocalRotation().mult(Vector3f.UNIT_Z).multLocal(0.4f));
:
...
0
votes
0answers
55 views
Load image to NiftyImage from Uri
I have Android contact’s badge which loaded from Android DB. I use XML to build a form and NiftyImage to show a contact’s badge on it.
I use next code to get contact's badge on Android side:
public ...
1
vote
1answer
113 views
java find intersection of a block with a surface in 3D space
At the moment we have a bunch of 3d blocks (think cubes) that are imported in a JMonkey 2 canvas.
I need to find an intersection of these blocks with a 3D surface that is imported by the user.
The ...
0
votes
1answer
451 views
JME: Import a Cinema 4d Model with texture to jMonkey Projekt
my problem is:
i have made a 3D model with texture in Cinema 4d ( similiar to this one : ...
1
vote
1answer
387 views
How to build walls for a maze / labyrinth / dungeon?
The code I use I just took from an example and it does build a wall to my scene:
/** This loop builds a wall out of individual bricks. */
public void initWall() {
float startpt = brickLength ...
3
votes
1answer
493 views
How to make my character walk properly?
I'm making a small 3D scene and the character can walk by pressing the WASD buttons but the animations that are playing are not correct and the character turns around so it looks like he is ...
4
votes
1answer
343 views
Why is my character either hovering or falling through the floor?
I'm making a simple 3D scene with a character and a floor but the character is hovering, or falling through the scene if I put the y coordinate to a negative.
private void createCharacters() {
...
-1
votes
1answer
200 views
Rendering 3rd person 3D
My 3rd person floats in the air and the camera should zoom out:
This is the program
package adventure;
import java.applet.Applet;
import com.jme3.math.Quaternion;
import com.jme3.math.FastMath;
...
1
vote
1answer
194 views
Rendering 3D third person view
I'm trying to render a model for the main character but no matter which vector or rotation I put in he is hanging in the air, all I see are his feet and they are turned the wrong way:
When I press ...
0
votes
0answers
228 views
Cannot load my blender model into jmonkeyengine
The manual says jmonkeyengine should be able to load .blend models directly if I just register the right loader. But it doesn't work for me. I get this exception that I can't understand:
...




