Kirill Vainer
|
edaf49c00c
Merge pull request #364 from Dokthar/light
|
10 years ago |
Kirill Vainer
|
810c7b6fa6
native loader: set lwjgl library path for lwjgl3
|
10 years ago |
Daniel Johansson
|
5e8f5e6a1f
Updated lwjgl3 module to use LWJGL 3.0.0b #35 which is the current stable build.
|
10 years ago |
Kirill Vainer
|
2a1addd2da
Merge pull request #350 from alexVengrovsk/master
|
10 years ago |
Kirill Vainer
|
b312ba3f48
Merge pull request #368 from bdero/fix/bdero/flybycam-unregister-docstring
|
10 years ago |
Brandon DeRosier
|
1bb3ee089a
Change duplicated docstring in FlyByCamera.unregisterInput
|
10 years ago |
Dokthar
|
071ad5c618
light : fixed pointLight v. bounding sphere unit test
|
10 years ago |
Dokthar
|
4be09e3505
light : replaced duplicated code by methods from Intersection
|
10 years ago |
Daniel Johansson
|
d48a1bb998
Removed native library jemalloc.dll for LWJGL3 as this will not be needed until 3.0.0b and after.
|
10 years ago |
Dokthar
|
505aa23048
light : added unit tests for the new support of bounding spheres intersections (for lightFilter)
|
10 years ago |
Kirill Vainer
|
9f130a9cb3
Merge pull request #366 from MeFisto94/Issue46
|
10 years ago |
MeFisto94
|
7d07cedc4c
Fixed Issue #46 : The MaterialViewer will now simply ignore not available textures instead of crashing
|
10 years ago |
Dokthar
|
cfdb9a8759
Lights (see #362) : added light v. sphere intersection, and implementations of intersectsSphere(), second attempt
|
10 years ago |
Kirill Vainer
|
3412c0cf2b
Merge pull request #361 from Dokthar/bullet_RigidBody
|
10 years ago |
Dokthar
|
06d6f08616
GImpactCollisionShape : fix for #188, added a call to updateBound() in native jni binding, just after creating the shape, (native createShape() method)
|
10 years ago |
kaelthas
|
953a301d5e
Bugfix: fixed a bug that caused importer to crash when the author of the
|
10 years ago |
kaelthas
|
f1a0125dc2
Bugfix: fixed a bug that caused subdivision surface modifier to crash if
|
10 years ago |
Daniel Johansson
|
14349695a9
The LWJGL 3 renderer was missing a call to GLContext.createFromCurrent(), sorted now.
|
10 years ago |
Daniel Johansson
|
5da9fa6bc2
Changed the default app title in AppSettings to use the full name string from JmeVersion. This way no more manual changing of this will be needed for future versions. This also closes #320 which highlighted this issue. Thanks @8Keep.
|
10 years ago |
Daniel Johansson
|
109c5e80cf
Fixed #316 where some post processing effects were not working when using OPENGL_3 renderer due to an error in the fragment shader.
|
10 years ago |
Daniel Johansson
|
f470637361
Fixed a build issue regarding lwjgl 3.x by now using 3.0.0a for longer stability as 3.0.0b-SNAPSHOT is a moving target and APIs are changing constantly.
|
10 years ago |
Kirill Vainer
|
ed2c998f39
Merge pull request #340 from Kendanware/issue314
|
10 years ago |
alexVengrovsk
|
2eb2cdac60
Delete close() of ByteArrayOutputStream type objecs
|
10 years ago |
Kirill Vainer
|
e4f3c06b1d
ListMap: create unit test
|
10 years ago |
Kirill Vainer
|
01227d31b0
Lighting: fix colorramp feature
|
10 years ago |
Kirill Vainer
|
4a37a8f851
FXAA: quality regression fix
|
10 years ago |
Kirill Vainer
|
4fef16ee9f
GLRenderer: fix incorrect gl3 check
|
10 years ago |
Kirill Vainer
|
cba39fa0ff
GLRenderer: make the class final
|
10 years ago |
Kirill Vainer
|
62186362a8
GLDebugOutputHandler: dump stack on debug messages
|
10 years ago |
Kirill Vainer
|
aa54947ff3
GLRenderer: cleanup to shadow compare mode
|
10 years ago |