Commit Graph

4439 Commits (fea3faf9af6210211d2a1b4cd8165267b304b401)
 

Author SHA1 Message Date
shadowislord 883ff7da71 Apply same fixes from OpenAL Soft to STB image loader. 10 years ago
shadowislord 756497fb92 Specify TARGET_PLATFORM properly (:= instead of =) 10 years ago
shadowislord 393009ec2d Fix OpenAL Soft for Android 10 years ago
shadowislord 4050b7cbbf * Require alpha discard define to be set in order to enable the alpha discard feature (for multi pass lighting shader) 10 years ago
shadowislord 22ab7c11c7 * Ensure cubemaps have square dimensions before uploading 10 years ago
shadowislord 7860ccca52 * Use mipmap minification modes only if mipmaps are actually available 10 years ago
shadowislord 4d7dcc17bb * Don't depend on ContextCapabilities for determining OGL / GLSL versions 10 years ago
shadowislord e225e6ff89 * Move certain render context specific fields from Renderer into RenderContext 10 years ago
Nehon c55717141e Single pass lighting implementation. 10 years ago
shadowislord 3ef5505faa Allow render buffers to use 'Depth' format even if depth textures are not supported. 10 years ago
shadowislord c274675660 FilterPostProcessor: Add fallback to RGB8 in case RGB111110F is not supported (OGL2 / ES2 GPUs) 10 years ago
jmekaelthas 592d0a0793 Feature: added support for creased edges in subdivision surface 10 years ago
shadowislord 3fa56c9467 Fix texture alpha channel not working on Android due to it premultiplying it by default. Fixes terrain shader. 10 years ago
neph1 2c38efe051 A bunch of basic ShaderNodes 10 years ago
jmekaelthas 0c27026978 Bugfix: fixed a bug that caused NPE to be raised when Subsurface 10 years ago
jmekaelthas f364d66640 Feature: added support for subdivision surface modifier. 10 years ago
Nehon 73b7061b0b Fixed a typo in the setSubPixelShift in the FXAA filter that was causing a crash 10 years ago
Nehon 6e287d0ef2 Introduced light culling when rendering shadow maps for all light types. When a light is out of the frustum, the shadow maps are not rendered anymore. 10 years ago
Nehon 260eb128f6 fixed typo in MAterialDebugAppState 10 years ago
Nehon 8f43da58ae Better spotlight vs frustum intersection check and with a testcase 10 years ago
Nehon d5c96d84ee Fixed initialization issues in ChaseCameraAppState 10 years ago
Nehon 24a971a186 Fixed an issue where shadowZFadeLenght was not working with the DirectionalLightShadowRenderer 10 years ago
jmekaelthas 34cdd21488 Feature: improved IK algorithm by taking axis locks for bones into 10 years ago
jmekaelthas de2d7eebf7 Bugfix: fixed a bug that caused NPE to be raised when armature modifier 10 years ago
jmekaelthas 9efa32a250 Bugfix: improvements to Inverse Kinematics constraint. 10 years ago
Nehon 9cd1a514a6 Fixed an issue with cinematic that was causing the first frame of the cinematic to not be rendered. 10 years ago
shadowislord e15b86d0ba Merge pull request #181 from abies/IterableGeometryList 10 years ago
jmekaelthas 90d62218ed Feature: added reading edge crease and if it belongs to a face or not 10 years ago
jmekaelthas 6dc8ff521a Feature: added an option to blender key that allows user to set the 10 years ago
abies 9484f1f4b4 Added Iterable<Geometry> support for GeometryList, so it can be use with foreach statements 10 years ago
Nehon dd7ea3d2a7 Fixed Spline and MotionPath init issue when setting a curve tension before adding way points 10 years ago
jmekaelthas 13b433e434 Bugfix: fixed a bug that caused vertex colors to be improperly assigned 10 years ago
jmekaelthas 6e05304d26 Bugfix: fixed a bug that caused ba UV coordinates to be applied on the 10 years ago
normen 1992da3471 Merge pull request #180 from Utlaen/patch-1 10 years ago
Utlaen 1ddb8c22da https://github.com/jMonkeyEngine/jmonkeyengine/issues/179 10 years ago
Rémy Bouquet f5f2fa360c Merge pull request #178 from davidB/mrt_fix 10 years ago
David Bernard 8c10173775 enhance TestMultiRenderTarget with small animation of light (rotating around 0,0,0 in 3s) 10 years ago
David Bernard 8ac5e70bd9 fix: examples/TestMultiRenderTarget.java to display tank (deferred) + encoded normal instead of black screen. 10 years ago
Normen Hansen 160cdb9d0d fix issue with setGravity/getGravity in native bullet 10 years ago
Normen Hansen 3a3145df09 Add RootNodeAppState, managing and updating a rootNode in an AppState 10 years ago
Normen Hansen 4a0529d2cb SDK: 10 years ago
jmekaelthas e18ffccf8a Feature: added support for mask modifier. 10 years ago
shadowislord b39772c401 Fix JDK6 compliance 10 years ago
Julien Gouesse e448e46675 Merge pull request #174 from saloisio/master 10 years ago
saloisio 6dace77a7a Animator is stopped only if it is currently animating. 10 years ago
unknown 23a0800e1d Merge remote-tracking branch 'upstream/master' 10 years ago
shadowislord 661053689d Fix glClear not working properly if the last rendered model disabled depth or color writing (fix issue #639 on google code) 10 years ago
Normen Hansen 5d0ac012c9 SDK: 10 years ago
Normen Hansen d2749138ed - add nifty style to nifty jar collection (should be moved to separate library entry at some point) 10 years ago
Normen Hansen 7f44574d8a SDK: 10 years ago