Commit Graph

6627 Commits (95ba65c8c5877689b5e9573a5a7fa0bf455d2a93)
 

Author SHA1 Message Date
Yan 189c8a5a6f
Merge pull request #2 from jMonkeyEngine/master 7 years ago
Stephen Gold a3cce29b69 correct javadoc typo in AppSettings.java 7 years ago
Nehon 96b95b9a1e Fixes issues in the gltf loader when there are several skins 7 years ago
Nehon 12004217d1 Ao map now only attenuates indirect lighting in PBR shader 7 years ago
Rémy Bouquet a6b86ad24d Fixes Lightmap handling in PBR shader 7 years ago
Stephen Gold 950721f926 Uniform.java: avoid ClassCastException when overriding Vector4 params 7 years ago
Stephen Gold edba4b9844 test override of ColorRGBA mat param with a Vector4f or Quaternion value 7 years ago
Nehon 0d8b86b66f Add default config for glb loader 7 years ago
MeFisto94 11a647a3d4 Blender TextureHelper: Make use of ImageLoader's new loadTexture capability 7 years ago
MeFisto94 3cd96b2053 Blender ImageLoader: Support Loading of HDR Files and many other 7 years ago
Nehon fc8135412f Fixes normal lighting in world space for PBR 7 years ago
Nehon 435f2d4d05 Prevents NaN time when animation length is 0 (case of a pose) 7 years ago
Stephen Gold 247d5d9324 package protect the MovingAverage class instead of deprecating it 7 years ago
Stephen Gold f27f568556 remove deprecated shadow renderers from 3 physics tests 7 years ago
Stephen Gold 99f4f20c75 remove deprecated BasicShadowRenderer from TestFancyCar 7 years ago
Stephen Gold 990791b21c remove setFlushQueues(), which is deprecated and has no effect 7 years ago
Stephen Gold d3f0c2002a in examples, replace deprecated methods and classes 7 years ago
Stephen Gold e536699d9e remove 3 examples whose purpose was to test deprecated classes 7 years ago
Nehon 8a8d381c0e glTF: Fixes models orientations issues 7 years ago
Nehon a741dc66f4 glTF: fixed crashes with some models structure 7 years ago
Nehon 1b2cc6a63b SkeletonControl now falls back to software skinning when there are more than 255 bones instead of crashing when the shader compiles. 7 years ago
Nehon a59b9e6a94 glTF: Skip tracks that belong to a different skin 7 years ago
Nehon 5dbbaf0f06 glTF: Fixes additional issues with bones transforms 7 years ago
Toni Helenius 09f4ae4832 Animated cursor support for LWJGL 3 (#785) 7 years ago
Nehon cfaaec5418 glTF: Fixes a crash when attached nodes contains skinned meshes 7 years ago
Nehon 806663990d glTF: fix animation defautl pose when no track is specified 7 years ago
Nehon c971a4758f Fixes animation time sampling when source data contains duplicate keyframes 7 years ago
Nehon f47f865d1d glTF: Fixed when a sub graph is ttached to a bone. Fixed a crash with animation resampling 7 years ago
Remy Van Doosselaer 683bf632f6 add an empty constructor to Grid mesh (#747) 7 years ago
Stephen Gold e0230a4b12 roll back PR 746 (worldTransform to identity) in master branch 7 years ago
Nehon 5c9ef17e73 Fixes ReflectionAllocator for android 7 years ago
David Bernard 676251b4d5 nifty-gui: upgrade from 1.4.1 to 1.4.2, available on maven central with the new “official” groupId: com.github.nifty-gui 7 years ago
Julien Seinturier 58a9211879 OpenVR 1.0.9 and Occulus Support (#779) 7 years ago
Nehon 96836de6e8 Prevents attachement nodes to have the NumBone parameter set 7 years ago
Kirill Vainer 9c0b977154 upgrade to gradle 4.1 7 years ago
Kirill Vainer 93001ec290 Fix #456 7 years ago
javasabr 06599d1eac fixed the constructor. 7 years ago
javasabr 69b7f7e655 fixed some changes. 7 years ago
javasabr bc1584d239 made the method as public. 7 years ago
javasabr 15fd80d67f Some improvements with terrain LOD control: 7 years ago
javasabr 6e07a214c6 Added a lit bit improvements for SafeArrayList: 7 years ago
javasabr 43b52cb77c Fixed finding definitions during material loading. 7 years ago
javasabr a717a5e50f fixed NPE during loading shader node material without vertex nodes. 7 years ago
MeFisto94 9100cff4aa BlenderImporter: Don't silently fail when a packed file couldn't be loaded but use a Placeholder Texture 7 years ago
MeFisto94 1b76160410 Blender Importer: Don't crash when a packed texture couldn't be loaded 7 years ago
NemesisMate 5d729af1c4 Fixed a IndexOutOfBoundsException when residual weights are present 7 years ago
NemesisMate 893741701b Fixed #642 7 years ago
NemesisMate a9cf6a348f Fix #646 7 years ago
NemesisMate ab8ddd5ab5 Added missing var declaration. 7 years ago
NemesisMate 7aafb514bf Fixed #652 7 years ago