A complete 3D game development suite written purely in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jmonkeyengine/engine/src/core/com/jme3
nor..om 28bb74fa95 add dot 12 years ago
..
animation * Fixed some "throw new NullPointerException" statements and replaced with IllegalArgumentException 12 years ago
app add dot 12 years ago
asset Add missing licenses in Core, Core-Effects, Core-Plugins, and Desktop code groups 13 years ago
audio * Fix issue 551 12 years ago
bounding Add missing licenses in Core, Core-Effects, Core-Plugins, and Desktop code groups 13 years ago
cinematic MotionEvent upVector is now defaulted to Y axis 12 years ago
collision Add missing licenses in Core, Core-Effects, Core-Plugins, and Desktop code groups 13 years ago
effect fixed issue 461 12 years ago
export Add missing licenses in Core, Core-Effects, Core-Plugins, and Desktop code groups 13 years ago
font fixed issue 461 12 years ago
input Removing the accidental method addition (simulateEvent) 12 years ago
light Add missing licenses in Core, Core-Effects, Core-Plugins, and Desktop code groups 13 years ago
material Add missing licenses in Core, Core-Effects, Core-Plugins, and Desktop code groups 13 years ago
math Removed cos2,sin2 and reduceAngle from FastMath as they were unused and confusing, and somehow buggy. 12 years ago
post FilterPostProcessor filters list can now be fetched as an unmodifiable list 12 years ago
renderer Added an accessor for accessing the current GeometryComparator 12 years ago
scene BatchNode now properly unbatch subgraph when a Node is removed from it 12 years ago
shader Changed all NullPointerException in ShaderSource to IllegalArgumentException 12 years ago
shadow DirectionalLight shadows now work properly when the view cam is in parallel projection 12 years ago
system Updated SettingsDialog with an improved layout (including labels for the options), i18n via a resource bundle, and a more sensible list of windowed mode screen resolutions. You can also now specify a minimum width and height in the app settings and it will not let you select a mode smaller than that. 12 years ago
texture Fixed 2 issues with shadows : 12 years ago
ui Add missing licenses in Core, Core-Effects, Core-Plugins, and Desktop code groups 13 years ago
util BufferUtils now use java 5 compliant code to find if a Buffer is direct 12 years ago