Commit Graph

  • a1a9486424 New anim system proper serialization Nehon 2017-12-24 15:16:30 +01:00
  • a4267393e1 Adds a MigrationUtil to migrate from old system to new system Nehon 2017-12-24 00:49:34 +01:00
  • 74f9a648d1 Adds support for different joint model transform accumulation strategy Nehon 2017-12-23 18:36:12 +01:00
  • c630ac2e59 better Armature debugger Nehon 2017-12-23 16:12:37 +01:00
  • 56065d0d70 Joint now uses a matrix for transform accumulation Nehon 2017-12-23 16:11:55 +01:00
  • 0e3ab8dd14 Draft of the new animation system Nehon 2017-12-20 23:25:50 +01:00
  • 4040a1e412 Adds an ArmatureDebugger Nehon 2017-12-18 17:41:13 +01:00
  • 3eb890da38 New Armature system Nehon 2017-12-17 18:02:59 +01:00
  • 6b69da3480 Allows build of 3.2 branch Nehon 2017-11-28 20:45:46 +01:00
  • 5e06457416 Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine Paul Speed 2018-03-24 14:45:33 -04:00
  • 0fb5eeddd7 Fixed an NPE in getNumElements() if the data field was null. Paul Speed 2018-03-24 14:45:11 -04:00
  • 0a6e8741cf Added ColorRGBA.fromIntABGR() as reciprocal to asIntABGR(). Paul Speed 2018-03-24 14:44:15 -04:00
  • cbf6ffaad8 in-pass-shadows: show cfg dialog for test Kirill Vainer 2018-03-19 15:04:41 -04:00
  • 251511ee00 in-pass-shadows: add customized light sort Kirill Vainer 2018-03-19 14:59:47 -04:00
  • 2e9996d498 in-pass-shadows: add test example Kirill Vainer 2018-03-19 14:58:08 -04:00
  • 5f66eeacb4 in-pass-shadows: use glsllib extension Kirill Vainer 2018-03-19 14:57:15 -04:00
  • 5b800952f0 in-pass-shadows: fix syntax errors Kirill Vainer 2018-03-19 14:52:22 -04:00
  • caad16626e in-pass-shadows: add spot / point light support Kirill Vainer 2018-03-19 14:46:54 -04:00
  • 6fb2d029d2 Merge remote-tracking branch 'origin/master' into in-pass-shadows Kirill Vainer 2018-03-19 14:00:01 -04:00
  • 531ff4edb1 correct 2 more typographical errors in comments Stephen Gold 2018-03-17 20:09:04 -07:00
  • 81667f8f45 Fixed the DepthOfFieldFilter to properly get the near/far distance from JME instead of having it hard-coded. Previous behavior caused focus to go all out of whack if you ever changed the near/far plane (and even the default hard-coded value was not the same as JME's default camera setup.) While I was here, I made the unfocus threshold configurable and added a debug toggle that will turn the 'unfocus' amount into grayscale color for better visualizing where unfocusing is happening. Paul Speed 2018-03-17 02:18:31 -04:00
  • b62fbdbf84 Fixes node version of unshaded material Nehon 2018-03-12 23:13:59 +01:00
  • 514e809326 Better handling of default values for shader nodes input Nehon 2018-03-12 23:01:56 +01:00
  • 3ab8466075 Cleans up to reduce the size of test data Nehon 2018-03-12 23:01:09 +01:00
  • 88a1edd37d Refactors how pbr lighting methods work for easier switchng between PBR workflows Nehon 2018-03-12 08:10:52 +01:00
  • 47406058a6 Fixes condition parsing for shader nodes Nehon 2018-03-12 08:09:42 +01:00
  • f5e11d23b2 follow JME's conventional approach to cloning a SpatialTrack Stephen Gold 2018-02-26 11:10:51 -08:00
  • 3f473d1205 implement JmeCloneable to simplify BoneTrack cloning, set a good example Stephen Gold 2018-02-26 11:09:10 -08:00
  • fc07b541b8 implement the JmeCloneable interface for CompactArray Stephen Gold 2018-02-26 11:05:19 -08:00
  • d300f74f26
    Merge pull request #834 from pdid17/plane-constructor empirephoenix 2018-03-08 15:00:32 +01:00
  • edc81a8d3e added class with material's constants. oualid 2018-03-05 13:45:03 +00:00
  • 9dd46c9232 Add a convenicence constructor to Plane pdid17 2018-02-28 17:15:54 -05:00
  • 0014ede4d7 make TerrainTestCollision more user-friendly Stephen Gold 2018-02-19 17:02:53 -08:00
  • 555a348692 refactored and upgraed lwjgl3 module. javasabr 2018-02-12 09:51:58 +03:00
  • 28353cf747 refactored core interfaces. javasabr 2018-02-12 09:51:31 +03:00
  • f40ba25a56 correct more grammar/spelling errors in comments Stephen Gold 2018-02-23 20:55:55 -08:00
  • 989a4a2420 Added a bitmap font layout test. Paul Speed 2018-02-20 02:17:26 -05:00
  • 15285cc302 eliminate uses/overrides, deprecate implementations of cloneForSpatial() Stephen Gold 2018-02-19 13:47:47 -08:00
  • cf7912720d deprecate Control.cloneForSpatial() Stephen Gold 2018-02-17 07:56:32 -08:00
  • 826908b042 correct more grammar/spelling errors in comments Stephen Gold 2018-02-18 20:45:37 -08:00
  • b0371badaf Bumps main version to 3.3 Nehon 2018-02-18 16:53:52 +01:00
  • 36847602a5 correct more typographical errors in comments Stephen Gold 2018-02-17 19:03:49 -08:00
  • ce871d83b0 address issue #825: SpatialTrack.clone() sets the trackSpatial to null Stephen Gold 2018-02-13 19:22:48 -08:00
  • 20fa3573bb
    Update JmeVersion.java empirephoenix-patch-1 empirephoenix 2018-02-12 18:44:02 +01:00
  • 72a097682e correct spelling errors in comments Stephen Gold 2018-02-06 18:24:44 -08:00
  • a8c7a85fc1 Implementing value mappings for shader nodes. (#786) Alexandr Brui 2018-02-06 21:36:14 +03:00
  • 7e66911901 Fix an issue with Skeleton deserializing Ali-RS 2018-01-21 15:39:50 +03:30
  • 72698d7082 address issue #816: BoneTrack.setKeyframes() throws NPE in assertions Stephen Gold 2018-01-31 09:59:47 -08:00
  • ec9bb24807 fixed 2 parameters of shadow renderer. (#819) Alexandr Brui 2018-02-06 20:30:30 +03:00
  • bc624f1f73 correct more typographical errors in comments Stephen Gold 2018-02-01 23:39:31 -08:00
  • c87af1c2aa correct more typographical errors in comments Stephen Gold 2018-02-01 19:16:05 -08:00
  • 32e3cb658f correct typographical errors in comments Stephen Gold 2018-02-01 18:16:32 -08:00
  • bc1af00a32 correct typographic errors in comments Stephen Gold 2018-02-01 12:23:34 -08:00
  • 9dadc29986 Properly cleanup the DetailedProfilerState when it's detached Nehon 2018-01-31 08:15:14 +01:00
  • 7ed644f442 add getters to shadow renderers/filters for number of maps and sizes Stephen Gold 2018-01-21 12:12:08 -08:00
  • f85624a20a Allows build for 3.2.x v3.2.1-stable Nehon 2018-01-21 10:34:31 +01:00
  • 01d0725a78 [taken]Fix issue #764 Yan 2018-01-14 18:08:23 +08:00
  • 5a471f7ef7 [taken]Fix issue #783 Yan 2018-01-14 18:12:29 +08:00
  • 8ef1f2ef3b Fix #694 Reduce the logging level for OpenCLObjectManager demoth 2018-01-15 21:59:04 +03:00
  • 5aef90da47 Fix Shadow Filters not having a default constructor and hence not being deserializable. MeFisto94 2018-01-15 17:18:21 +01:00
  • d36bbcf26c Adds missing key code for Print Screen (#682) (#806) Domenic Cassisi 2018-01-16 08:17:57 +01:00
  • b2717e19ef Ogre importer ignores receive_shadows issue #647 ThoCed 2018-01-14 10:56:36 +01:00
  • 8f1ee0ec9a initialize InputManager.cursorPos to fix issue #792 for LWJGL2 Stephen Gold 2018-01-09 16:46:31 -08:00
  • e87eeb20a5 Fix javadoc for Quaternion.toAngles() method (#802) Ali-RS 2018-01-14 19:48:26 +03:30
  • d72e5ea39f Fixed typo in assert described in issue #538 Domenic 2018-01-13 19:18:53 +01:00
  • ad2cb1a469 correct javadoc typo in AppSettings.java Stephen Gold 2018-01-09 09:36:48 -08:00
  • 1b2c84da2e [taken]Fix issue #764 Yan 2018-01-14 18:08:23 +08:00
  • 1f4365a1f4 [taken]Fix issue #783 Yan 2018-01-14 18:12:29 +08:00
  • 9675d52745 resolve deprecation warnings in jme3-niftygui Stephen Gold 2018-01-17 15:58:37 -08:00
  • d61dbf1349 Added link to the wiki readme. mitm001 2018-01-17 20:45:06 +00:00
  • b159c847cc comment corrections: mostly spelling and grammar Stephen Gold 2018-01-16 18:35:07 -08:00
  • d8fb815fa9 Merge remote-tracking branch 'refs/remotes/origin/master' Stephen Gold 2018-01-16 18:21:02 -08:00
  • d17049e8ac comment corrections in jme3-vr: mostly spelling and grammar Stephen Gold 2018-01-16 18:05:34 -08:00
  • 21425f81ef more comment corrections in jme3-core: mostly spelling and grammar Stephen Gold 2018-01-16 18:03:05 -08:00
  • 3594a87134 Fix #694 Reduce the logging level for OpenCLObjectManager demoth 2018-01-15 21:59:04 +03:00
  • 7bcd11e921 Fix Shadow Filters not having a default constructor and hence not being deserializable. MeFisto94 2018-01-15 17:18:21 +01:00
  • f61267e803 Adds missing key code for Print Screen (#682) (#806) Domenic Cassisi 2018-01-16 08:17:57 +01:00
  • 74d70c4ee0 comment corrections in jme3-core: mostly spelling and grammar Stephen Gold 2018-01-15 22:01:33 -08:00
  • 4f6bfa36b6 Ogre importer ignores receive_shadows issue #647 ThoCed 2018-01-14 10:56:36 +01:00
  • 4d67cfedf5 Updated version. mitm001 2018-01-06 20:43:12 +00:00
  • 26ae3ec806 initialize InputManager.cursorPos to fix issue #792 for LWJGL2 Stephen Gold 2018-01-09 16:46:31 -08:00
  • 75aa147eec Fix javadoc for Quaternion.toAngles() method (#802) Ali-RS 2018-01-14 19:48:26 +03:30
  • c4b635bb6f Fixed typo in assert described in issue #538 Domenic 2018-01-13 19:18:53 +01:00
  • 76028201bf
    Merge pull request #799 from jmecn/master empirephoenix 2018-01-12 11:12:22 +01:00
  • 319656a056
    Fix typo in logger Yan 2018-01-12 13:12:11 +08:00
  • 189c8a5a6f
    Merge pull request #2 from jMonkeyEngine/master Yan 2018-01-12 13:08:17 +08:00
  • a3cce29b69 correct javadoc typo in AppSettings.java Stephen Gold 2018-01-09 09:36:48 -08:00
  • d0ae1a69a8 Fixes issues in the gltf loader when there are several skins Nehon 2018-01-07 15:34:01 +01:00
  • 96b95b9a1e Fixes issues in the gltf loader when there are several skins Nehon 2018-01-07 15:34:01 +01:00
  • 95d33e6c4b Allows build of 3.2 branch v3.2.0-stable Nehon 2017-11-28 20:45:46 +01:00
  • 12004217d1 Ao map now only attenuates indirect lighting in PBR shader Nehon 2018-01-04 16:53:48 +01:00
  • a6b86ad24d Fixes Lightmap handling in PBR shader Rémy Bouquet 2018-01-01 14:12:00 +01:00
  • 82fdd86b9d Allows build of 3.2 branch v3.2.0-beta2 Nehon 2017-11-28 20:45:46 +01:00
  • 950721f926 Uniform.java: avoid ClassCastException when overriding Vector4 params Stephen Gold 2017-12-22 16:47:15 -08:00
  • edba4b9844 test override of ColorRGBA mat param with a Vector4f or Quaternion value Stephen Gold 2017-12-22 16:45:25 -08:00
  • 0d8b86b66f Add default config for glb loader Nehon 2017-12-24 22:16:18 +01:00
  • e441f6e137 Allows build of 3.2 branch v3.2.0-beta1 Nehon 2017-11-28 20:45:46 +01:00
  • 11a647a3d4 Blender TextureHelper: Make use of ImageLoader's new loadTexture capability MeFisto94 2017-12-12 16:25:23 +01:00
  • 3cd96b2053 Blender ImageLoader: Support Loading of HDR Files and many other MeFisto94 2017-12-12 14:57:11 +01:00
  • fc8135412f Fixes normal lighting in world space for PBR Nehon 2017-12-18 17:43:57 +01:00