Skip to main content

Questions tagged [jmonkeyengine]

jMonkeyEngine is a 3D game engine written in and for Java.

0 votes
0 answers
45 views

I'm using HillHeightMap to generate a heightmap. I found a way to generate an alphamap based on a heightmap. This is how I create the material ...
Jason Crosby's user avatar
0 votes
1 answer
166 views

I am playing around with PBR materials and I cant get them to work correctly. When I create a material using PBR the model appears gray in game. Any ideas on why I’m not getting the same result? ...
Jason Crosby's user avatar
1 vote
0 answers
56 views

I'm trying to use a font with a larger size in a ttf file using nifty GUI. All questions and answers I've seen are concerned with making fonts in fnt fonts in a different size, but the size I want to ...
Teeracroptus's user avatar
0 votes
1 answer
84 views

Created a game login form using the Nifty GUI. The interface reacts to the movement and clicking of the mouse, but ignores the input in the text fields. Whether the program is looking for a click ...
Risto's user avatar
  • 101
0 votes
1 answer
156 views

So I’m playing around with drag and drop with Nifty and I have the drag working. I don’t have a drop set up yet as I’m just trying to get the dragging working at the moment. For the purposes of my ...
Jason Crosby's user avatar
0 votes
1 answer
85 views

Here is the fragment shader code (MyShaders/Shader1.frag): void main(){ gl_FragColor = vec4(1.0,1.0,1.0,1.0); } And the vertex shader code (MyShaders/Shader1....
mackycheese21's user avatar
0 votes
2 answers
159 views

I've figured out how to render a GIF image using this library as follows: ...
T145's user avatar
  • 103
2 votes
3 answers
139 views

I have a curiosity. Say I wanted to create a big forest using Blender, in this forest I'd like to have a campfire or several campfires. What I could do is create the entire scene in Blender with ...
Alex's user avatar
  • 21
0 votes
2 answers
130 views

Im new to nifty and Im trying to change text control using nifty in JME application following this tutorial. Below is my TextRenderer code: ...
Crawler's user avatar
  • 143
3 votes
0 answers
56 views

I am using Nifty in JME SDK to make different screens. I stuck in this problem that nifty doesn't refresh its design preview to reflect any changes in xml. But this works: If I close .xml and reopen ...
Crawler's user avatar
  • 143
0 votes
1 answer
103 views

I'm new to nifty. I am trying to learn how to create nifty GUI in JMonkey Engine game. I'm going through tutorials and tried to run project. Project runs fine but I get following error when I tried to ...
Crawler's user avatar
  • 143
1 vote
2 answers
895 views

Hi I have a text field on my screen but its tiny: ...
serge's user avatar
  • 227
1 vote
2 answers
524 views

In JMonkeyEngine, given any view direction Vector3f instance, I'd like to get a new vector facing the nearest x or z axis (positive or negative), with y set to 0. For example ...
Yanick Rochon's user avatar
-3 votes
1 answer
232 views

I liked the quake level that comes with jME3. But if I want to edit that level, make it bigger or so, what editor or programming can I use to edit the level? If I open the zip file it's a bunch of ...
Niklas Rosencrantz's user avatar
0 votes
1 answer
407 views

I am currently developing a Puzzle/RPG game which works a little bit like Minesweeper. You have a Field of Tiles and 2, 3 or 4 different colors from which you can choose. Now you have to uncover tiles ...
M0rgenstern's user avatar

15 30 50 per page
1
2 3 4 5