Nehon
a64594eea9
Better cloning for TechniqueDefs
8 years ago
Nehon
51eccfea2e
Imported the glslCompat directly in multisample.glsllib to have it to work properly with glsl 1.5+
8 years ago
Rémy Bouquet
93fff9fae8
Merge pull request #601 from mitm001/patch-1
...
Update MotionEvent.java
8 years ago
mitm001
756a7c2683
Update MotionEvent.java
...
Corrected minor spelling and class naming errors.
8 years ago
appveyor
f376ebb5c0
[ci skip] bullet: update windows natives
8 years ago
MeFisto94
0587c84527
Triggering a Native Physics build
8 years ago
Nehon
b0ed053472
Fixed a cloning issue and some tests
8 years ago
Nehon
d537a1c22e
Added a GLSL150 to most of the shaders used in the engine (except deprecated ones).
...
All shaders now import the GLSLCompat.glsllib
8 years ago
Nehon
12a2f0f63c
One can now define several versions for the shader in a Technique in a J3md file, ie:
...
VertexShader GLSL150 GLSL110 : "path/to/shader/file.vert"
FragmentShader GLSL150 GLSL110 : "path/to/shader/file.frag"
Versions must be separated with spaces. They will be matched together when creating the technique so they have to follow the same order for different shaders.
8 years ago
Nehon
4777c591b1
GLSLLoader now moves all extensions declaration found in the dependencies at the top of the shader code
8 years ago
Nehon
f2709858bb
Got rid of the sorting for Technique selection
8 years ago
Nehon
cb04548fd5
Techniques are now weighted and sorted depending on their LightMode and GLSL version
8 years ago
Nehon
c713a06146
Fixed Backface Shadows param for PBRLighting
8 years ago
appveyor
fd200ac2a0
[ci skip] bullet: update windows natives
8 years ago
sgold@sonic.net
c1253b68b1
back to UNIX line endings
8 years ago
sgold@sonic.net
d4cd3f916d
fix errors in how vector projection is calculated
8 years ago
empirephoenix
6493337477
Merge pull request #588 from JavaSaBr/added_lwjgl3_allocator
...
implemented LWJGL3 BufferAllocator
8 years ago
Rémy Bouquet
d5658674e8
Merge pull request #592 from SkidRunner/master
...
New Physics based jme3 example game.
8 years ago
SkidRunner
0384fe5477
jayfella commented 6 hours ago
...
I would appreciate removing the presumed resolution and to display the
settings page by default before merging.
8 years ago
SkidRunner
5374c66636
Removed tempvars from update.
8 years ago
SkidRunner
1df2435fbd
New Physics based jme3 example game.
8 years ago
javasabr
90649456e0
added checking property existing.
8 years ago
javasabr
a131d22518
reverted the name of the allocator filed.
8 years ago
javasabr
b442bcd9c1
removed unnecessary field.
8 years ago
javasabr
b3ecb134ef
reverted the name of the logger field.
8 years ago
empirephoenix
b31ccf31d7
Merge pull request #581 from Ev1lbl0w/master
...
Fix some problems in issue #96 (SDK branch)
8 years ago
Nehon
bf2369a50a
Fixed MikktSpaceTangentGenerator that was not replacing existing Tangent buffers on the mesh. That could cause crashes when the old tangent buffer did not have the same amount of components
8 years ago
javasabr
d468c20fba
implemented LWJGL3 BufferAllocator
8 years ago
Rémy Bouquet
8d818a21bc
Merge pull request #585 from grizeldi/patch-1
...
Added LSF to showcased games
8 years ago
grizeldi
4e84e805df
Added LSF to showcased games
8 years ago
Paul Speed
d6130c07a0
Merge pull request #584 from mitm001/patch-1
...
Update AbstractAppState.java
8 years ago
mitm001
4a37ec467c
Update AbstractAppState.java
8 years ago
Paul Speed
d8875a7898
Convert Skeleton and Bone over to use the JME cloner system for cloning...
...
this should do automatic fix-up and hopefully make bones attachments work
properly again in clones.
8 years ago
Ev1lbl0w
9455f51c93
Update TestColoredTexture.java
8 years ago
Ev1lbl0w
df240b6837
Update TestSceneWater.java
8 years ago
Ev1lbl0w
9bd3256c78
Update TerrainGridTest.java
8 years ago
Ev1lbl0w
70bccb1048
Update TerrainGridAlphaMapTest.java
8 years ago
Ev1lbl0w
990e6dd593
Update TestOnlineJar.java
8 years ago
Ev1lbl0w
1cf65d0d21
Update TestUrlLoading.java
8 years ago
Ev1lbl0w
5ed3292678
Update TestSceneLoading.java
8 years ago
appveyor
07e233647c
[ci skip] bullet: update windows natives
8 years ago
Kirill Vainer
17d7134e2d
bullet: enable upload for linux/mac
8 years ago
appveyor
2ec444f94e
[ci skip] bullet: update windows natives
8 years ago
Kirill Vainer
1e15fe0f44
bullet: test mac native upload
8 years ago
empirephoenix
de1acb6a9b
Merge pull request #576 from Fadorico/upstream
...
Write/read the width and height of a quad
8 years ago
empirephoenix
4663258904
Merge pull request #535 from papaspace/custom-blend-func
...
Added RenderState.BlendMode.Custom
8 years ago
empirephoenix
c5a24eb5f0
Merge pull request #559 from JavaSaBr/master-original
...
added supporting window icons ans OffscreenSurface context for LWJGL3
8 years ago
empirephoenix
2d6bfc3853
Merge pull request #571 from grizeldi/patch-1
...
Added cleanup for ChaseCamera
8 years ago
empirephoenix
0664e1d1b8
Merge pull request #567 from MeFisto94/FixDOMOutput
...
Fixes #566 - XML Serialization handles empty buffers properly now.
8 years ago
empirephoenix
63b0600b81
Merge pull request #572 from jMonkeyEngine/define_list_fix
...
Fix DefineList regression
8 years ago