When comparing jMonkey3 vs Blender, the Slant community recommends Blender for most people. In the question“What are the best 100% free and easy game engines for beginners?” Blender is ranked 15th while jMonkey3 is ranked 27th. The most important reason people chose Blender is:
Blender is licensed under the GPL. Some Blender modules such as the Cycles rendering engine are licensed under the Apache 2.0 license.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Java is a great development platform
Java is a well-optimized just-in-time compiled language. It's faster than languages without an effective native-code compiler such as Python or Ruby, similar in speed to other just-in-time compiled languages such as C#, while slightly slower than compiled languages such as C or C++ (with some low-level and numeric benchmarks being similar to C++).
Java also has a wide variety of high-class IDEs available.
Pro Multiplatform support
Code can be ported to mobile (iOS is in the works) and other Android supported devices with minor changes to the code (just change some implementations that vary on the platform such as inputs and user interface). It can even run on certain Raspberry Pi devices.
Pro Free and open-source
jMonkey is completely free, meaning it's possible to develop and release a game with no fees or royalties. Because it is open-source, jMonkey has plenty of people fixing bugs and, adding to the engine as well as creating a variety of plugins that can be used in the engine.
Pro Not limited to using its own IDE
Unlike some engines, jMonkey doesn't force its own IDE. You can use its Netbeans-based IDE, but you can also set up a project to work in another IDE such as Eclipse. You can still use the special tools from jMonkey's IDE in such projects.
Pro Engine modifications can be made using Java
Because jMonkey is implemented in Java, the same language its apps are typically developed in, developers will have an easier time modifying the engine to their needs.
Pro Has everything
jMonkey3 handles input from computers and mobile devices. It handles networking, physics, rendering, terrain, and cinematics.
Pro Ease of extensibility
Engine is modifiable.
Pro Freedom of choice for architecture
The user is not compelled to use any programming architecture nor standard in order to make a project working. JME allows the freedom to use what is best for a game.
Pro Offers both low-level and high-level ways of editing shaders
Modifying shaders can be done either via a visual tool called Shader Nodes or via GLSL that allow you to make your own shaders without the engine getting in the way or having to hack around to do so.
Pro Free and open source
Blender is licensed under the GPL. Some Blender modules such as the Cycles rendering engine are licensed under the Apache 2.0 license.
Pro Wide import and export format support
Support lots of modern 3D formats including DAE and FBX - ideal for game developers.
Pro Has a powerful rendering engine
Blender runs the Cycles path tracing engine under the hood. Cycles is a very powerful rendering engine capable of full path tracing (light fall off, caustics, volumetrics). It is mostly compatible with OpenCL and CUDA rendering, and is implementing mycropolygon displacement features. The upcoming release has a viewport engine called EEVEE whereby you can see and interact with your work in render mode in real time!
Pro Python extensibility
Blender embeds Python 3, which can be used to write add-ons, tools, extend the interface, rig characters and automate tasks.
Pro Powerful animation suite
Blender provides a full rigging system, and automates animation by interpolating between keyframe positions.
Pro Supports both low-poly and hi-poly modeling
Pro Regular release schedule
Releases are made every ~3 months.
Pro Sculpting and 3D painting features
Although Blender's 3d painting and sculpting tools (mostly painting) are not at par with specialized software like Substance Painter, ZBrush, or Mari, it is more than capable of getting most jobs done if the user takes the time to learn and understand it.
Pro Includes video editing & compositing tools
Blender's node-based compositor has comprehensive video sequencing and post-processing features.
Pro Node based modeling support
Pro Keyboard shortcuts
Good keyboard shortcuts for everything. Keep your left hand on the keyboard and your right hand on the mouse.
Pro Very useful for a freelancer
It offers a round solution (it covers many areas and professional fields) for a freelancer, for free, constantly updated, very polished, and allowing high quality results that clients do require. After some learning, it becomes very useful for professional work.
Pro Has a large community
There's a huge community to help you get started immediately.
Pro Coherent and streamlined workflow / internal use logic
The trick with Blender is to get used to its usage philosophy, as it keeps consistent through all the application. Once you get it, every feature or addition is learnt naturally, almost effortlessly.
Pro Very versatile
You don't have to switch between software when you want to do different things. Because modeling, sculpting, composting, video editing etc can all be done in blender.
Pro Generative geometry using nodes
Cons
Con Terrible API reference
The methods are not defined.
Con Not an engine for total beginners
While it's clear that you need to know Java first before using this engine, it is recommended that you have some programming experience as well. Most performance issues and memory leaks are more due to bad programming practices than the engine itself.
Con Slow release cycle
jMonkey3 lacks manpower to have a fast and decent release cycle.
Con Relies on archaic tool chain
jMonkey Engine uses Apache Ant for build automation, which is archaic and backwards, even by Java standards.
Con Too many possibilities, no unified workflow
The operations are not optimized enough for specific tasks.
Con The physics engine is a bit lagging behind, especially the destruction physics
Con Difficult learning curve
Blender has a history of being unintuitive, but the 2.8 overhaul made the program far easier for beginners to pick up, and changes continue to be made to further improve the experience. However, there is still a learning curve.
Con Not good for Industrial Design because it uses average vertex normals
You can not create a hard surface with a radius continuity degree along a surface using a specific radius value.
Con Vertex normal issues on edges after boolean operations.
After creating a simple boolean operation the vertex normals are broken. A lot of work to fix the issue and you loos surface continuity.
Con Bad vertex normal after boolean operations
Does not handle well polygon intersections. And need tweaking by hand points or adding average vertex normals via modifiers.
Con Does not handle NURBs
Is not capable of real hard surface for industrial design because is not able to reproduce surface continuity degree as a NURBs does and average vertex normal destroy surface radius.
Con Poor particle system
The Blender particle system can at times be a little limiting and finicky (and buggy) to get working. Even if it can get most straight forward jobs done, it is far from the most advanced system, and could benefit largely from advancements.