Commit Graph

5454 Commits (9b45189f480dfc801072d7852016441e5809a95d)
 

Author SHA1 Message Date
Daniel Johansson dd6356eff1 Reverted some more light code which should not be in this branch. 10 years ago
Daniel Johansson b68035570d Removed a TODO note and added key count implementation (rough for now). 10 years ago
Daniel Johansson 88bf9d4580 Reverted some changes to light classes which was not meant to be committed as part of #314. 10 years ago
Daniel Johansson 9ba90251d6 Merge remote-tracking branch 'upstream/master' 10 years ago
Rémy Bouquet 9f9daa13dc Merge pull request #301 from Kendanware/issue295 10 years ago
Kirill Vainer 62eede87b3 niftygui build: add niftygui repository reference to pom 10 years ago
Kirill Vainer 0d3ebf75bd GLRenderer: fix NPE when using mesh without index buffer 10 years ago
Kirill Vainer 4e572605a8 GLRenderer: merge changes from master 10 years ago
Kirill Vainer 28e2b5650c GLRenderer: disable global VAO, since VAO is now supported 10 years ago
Kirill Vainer 3d2a9b83e9 JOGL: fix syntax error due to missing renderer 10 years ago
Kirill Vainer 618c8d02eb JOGL: delete old / broken renderer 10 years ago
Kirill Vainer 86439c2c2b native bullet: fix JNI crash in ray / sweep test 10 years ago
Kirill Vainer 3a00aff886 GLRenderer: clear VBO bind state after bounding VAO 10 years ago
Kirill Vainer fc680ea121 GLRenderer: use luminance instead of intensity in compare R to texture 10 years ago
Kirill Vainer 12c001addc Uniform: fix crash when using vector4array 10 years ago
Kirill Vainer 7b147171bf VAO: changes to test 10 years ago
Kirill Vainer 2e9a9f9f9e Add test for VAO 10 years ago
Kirill Vainer c72b036c9f VirtualIndexBuffer: fix compile error 10 years ago
Kirill Vainer 81a76fdf69 Mesh: preliminary work to use ubyte weights for hardware skinning 10 years ago
Kirill Vainer 7b64e91681 GLRenderer: remaining portion of VAO support 10 years ago
Kirill Vainer d2f38f8adb GLRenderer: added fast uniforms - still need to fix Uniform.clear() 10 years ago
Kirill Vainer 937d97b8d7 GLRenderer: initial VAO support (still buggy) 10 years ago
Kirill Vainer e9245a753b GLTracer: generate syntax highlighting and easier to read output 10 years ago
Kirill Vainer 9da4b78830 GLRenderer: disable unused vertex attributes before rendering instead of after 10 years ago
Kirill Vainer 8fdc0f9c90 GLRenderer: avoid useless glActiveTexture calls 10 years ago
Kirill Vainer f80364a8c2 GLRenderer: don't set depth function twice 10 years ago
Kirill Vainer 5845671409 GLRenderer: enable seamless cubemap globally 10 years ago
Kirill Vainer 0bfa7bfacd Merge pull request #336 from Dokthar/sdk_scenecomposer 10 years ago
Kirill Vainer edd183a2be GLRenderer: fix texture update regression introduced in 9f3a145dd7 10 years ago
Dokthar c9230d370a Merge remote-tracking branch 'doktharFork/sdk_scenecomposer' into sdk_scenecomposer 10 years ago
Dokthar 71e2a7efef SDK Terrain Editor : changed the paintTool tooltip text to match the tool actions 10 years ago
Daniel Johansson b84bd0d120 Merge remote-tracking branch 'upstream/master' into issue295 10 years ago
Kirill Vainer e552fb1101 travis-ci: don't try to decrypt updates key for PRs 10 years ago
normen 3ad3623084 Merge pull request #333 from Dokthar/sdk_scenecomposer 10 years ago
Jules a111817457 Merge pull request #7 from jMonkeyEngine/master 10 years ago
Dokthar 7e0bd4a385 SDK scenecomposer : fix issue #332 cursor doesn't move 10 years ago
Dokthar 4f1477735d SDK scenecomposer :reduce the arrows line width from 3 to 2. 10 years ago
Kirill Vainer e93fb65bca sdk build: enable nbm signing (if key exists) 10 years ago
Kirill Vainer 148c78a943 GL: make lwjgl implementation classes final 10 years ago
Kirill Vainer cb7d139488 GLSLCompat: support GLES compatibility 10 years ago
Kirill Vainer 139ba573bc travis-ci: try to fix incorrect .travis.yml file 10 years ago
Kirill Vainer 616dadc498 Deprecate ColoredTextured.j3md 10 years ago
Daniel Johansson c32ac172fb Merge remote-tracking branch 'upstream/master' 10 years ago
Daniel Johansson e9e4b4a122 Improved audio renderer information log message to include more information and to print out in a format consistent with the GL renderer information. 10 years ago
Daniel Johansson 66e0e7053c Fixed an issue where GLFW would not accept window focus again due to event polling not running. 10 years ago
Daniel Johansson 971b9524bd Fixed an issue with the GLFW mouse input coordinates not being mapped correctly. 10 years ago
Julien Gouesse 2677ff31b9 Adds the JogAmp backend into the Gradle dependencies 10 years ago
Julien Gouesse da01826e43 Temporarily disables the unified renderer in the JogAmp backend 10 years ago
Julien Gouesse fcae2e64de Removes some useless code from the JogAmp backend 10 years ago
Julien Gouesse 7bd414665b Drives the display renderable earlier in order to fix the unified renderer of the JOGL backend 10 years ago