Nehon
5989711f73
Added multi selection to the ShaderNode editor.
...
One can now select several items by left clicking with ctrl or shit held.
One can now move all selected items at once.
One can now delete all selected items at once.
10 years ago
Daniel Johansson
e33d2539ed
Added additional convenience constructors to Light, AmbientLight, DirectionalLight, PointLight and SpotLight as mentioned in #297
10 years ago
Daniel Johansson
be692a2ceb
Reverted changes to build script regarding bullet libs.
10 years ago
Daniel Johansson
0869880c8e
Reverted changes to build script regarding bullet libs.
10 years ago
Daniel Johansson
d3da4a7266
Merge remote-tracking branch 'upstream/master'
10 years ago
Daniel Johansson
9059eb30e4
Added support for setting minification and magnification filters on a texture in the j3m material file. This also adds support for double and single quoted paths as well as being able to set WrapMode for a specific WrapAxis. This resolves #295
10 years ago
Nehon
9a3976ed50
Merge branch 'master' into PBRisComing
10 years ago
Nehon
129faf00d7
Fixed warning when trying to find a srgb format for a Depth format.
10 years ago
Nehon
b0db53b5d6
Fixed warning when trying to find a srgb format for a Depth format.
10 years ago
Kirill Vainer
cad8ca4d8e
Merge pull request #294 from davidB/david_gl3_mrt_unshaded
...
add GL3 support for Unshaded and MRT (v2)
10 years ago
Nehon
9256f2e4d4
Merge branch 'master' into PBRisComing
10 years ago
Nehon
c7606ccff2
Fixed issue https://github.com/jMonkeyEngine/jmonkeyengine/issues/291
10 years ago
Daniel Johansson
2080453430
Changed build scripts slightly for bullet to not reference src outside it's own base dir. This was mainly done to be able to import the project correctly in IntelliJ IDEA. The modules will now instead reference each other through the dependency mechanism.
10 years ago
Daniel Johansson
013f67ee89
Merge remote-tracking branch 'upstream/master'
10 years ago
Daniel Johansson
8c45568772
Added intellij files to gitignore
10 years ago
Nehon
327e0125d9
Merge branch 'master' into PBRisComing
...
Conflicts:
jme3-core/src/main/java/com/jme3/material/Material.java
jme3-core/src/main/java/com/jme3/material/TechniqueDef.java
10 years ago
Nehon
95d5fdf9c5
Fixed issue https://github.com/jMonkeyEngine/jmonkeyengine/issues/252
...
This was due to a bug in the code where triangle data were stored after calculation.
10 years ago
Nehon
57dd2748e2
Tested if a joystick axis is not the nullAxis before assigning action to it.
10 years ago
Nehon
34220640aa
Fixed how model bound were refreshed in BathNode : issue https://github.com/jMonkeyEngine/jmonkeyengine/issues/275
10 years ago
Nehon
6d1ab7af65
Redesign of the frag part of unshadedNodes so it's more modular, and can be properly used as GLSL 1.5 shader.
...
Added a stress test for unshadedNodes.
Changed the name of the texture parameter to textureMap in TextureFetch shaderNode as it was conflicting with the texture function used to fetch a texel from a a texture in glsl 1.5
10 years ago
Nehon
596954b056
Redesign of the frag part of unshadedNodes so it's more modular, and can be properly used as GLSL 1.5 shader.
...
Added a stress test for unshadedNodes.
Changed the name of the texture parameter to textureMap in TextureFetch shaderNode as it was conflicting with the texture function used to fetch a texel from a a texture in glsl 1.5
10 years ago
David Bernard
568ee09d17
add GLSL150 compatible Unshaded
10 years ago
David Bernard
704c3f1a10
enable MRT on gl3
10 years ago
Nehon
2b8898b7b2
Here is the rest of last commit
10 years ago
Nehon
dca050b96b
Added a protected modifier to getReceivers in Abstract shadow renderer
...
see issue https://github.com/jMonkeyEngine/jmonkeyengine/issues/212
10 years ago
Rémy Bouquet
9883a18d85
Update CONTRIBUTING.md
10 years ago
Kirill Vainer
328966ba79
Merge pull request #293 from davidB/david_materiel_no_render
...
add TechniqueDef.noRender
10 years ago
Nehon
be58be75ef
Merge branch 'master' into PBRisComing
10 years ago
Nehon
6d3377a2a8
Fixed Parallax without normal map in lighting.j3md
10 years ago
Nehon
485af7cf2a
TextureFetch shader node now works with glgl1.5
10 years ago
Nehon
719a683c2c
Fixed Parallax for PBR lighting
10 years ago
David Bernard
fe72dd67dd
add TechniqueDef.noRender
10 years ago
Nehon
4342d97439
Fixed roughness fetch in the spec / gloss pipeline
...
See issue https://github.com/jMonkeyEngine/jmonkeyengine/issues/281
10 years ago
Kirill Vainer
9226299a87
Merge pull request #290 from AlrikG/ImproveCompressedSerialization
...
Improve compressed serialization
10 years ago
Alrik
09b72fc388
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git
10 years ago
jmekaelthas
b0e751c81a
Bugfix: avoiding infinite loops while applying constraints.
10 years ago
jmekaelthas
2d9a1b8737
Bugfix: include all bones in the chain of the IK constraint if the
...
specified chain length is zero.
10 years ago
jmekaelthas
483156f2ba
Improvement: Inverse Kinematics now breaks the iteration if the computed
...
angle change drops below some minimal level.
10 years ago
kaelthas
4992eba850
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git
10 years ago
kaelthas
4cec908a50
Inverse Kinematics: several minor memory and CPU optimisations.
10 years ago
AlrikG
7b6a742f0f
Update GZIPSerializer.java
10 years ago
AlrikG
2cf7d9eb5a
Update GZIPSerializer.java
10 years ago
Alrik
1eedfa5a5f
- fix GZIP and ZIP serializer copying the whole temporary buffer instead
...
of only the part where the data was written.
10 years ago
Alrik
4c5850bf00
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git
10 years ago
Rémy Bouquet
b4b5b19fe3
Merge pull request #289 from ChristianGaertner/patch-1
...
[Nifty-GUI] Using java logger, instead of stdout
10 years ago
Christian Gärtner
97a2f58be7
[Nifty-GUI] Using java logger, instead of stdout
...
Replaced call to System.out.println() with proper logging call.
10 years ago
Kirill Vainer
c39abf48de
Travis-CI: enable releases
10 years ago
Kirill Vainer
5a1faac629
Travis-CI: create zip dist as part of build
10 years ago
Kirill Vainer
86900c9d09
Travis-CI: Try to fix notifications
10 years ago
Kirill Vainer
6312f1a813
Merge pull request #287 from riccardobl/master
...
Fix for ZipLocator and path with the root slash
10 years ago