Commit Graph

784 Commits (f8c466f329bfb4e3ea14ad08205d34d9d73be5ba)

Author SHA1 Message Date
bre..om 2b9f2dc7b3 removed sysout from AnimChannel 12 years ago
rem..om eb5525e581 Hardware Skinning first commit, still non functionnal as no material implements it. also it's disabled by default in the skeleton control 12 years ago
Kae..pl f8c256d127 Feature: added scale retreive methods to Matrix4f. 12 years ago
PSp..om e7aa7eb627 Modified maxLocal and minLocal to return 'this' to 12 years ago
rem..om 74a91559aa Shadows Fixed issue where the new stabilization code was making black bandings when no object was in a split. 12 years ago
rem..om 85b4605229 Shadows Fixed issue where Edge filtereing was not properly initialized and was causing a crash when compiling the shader 12 years ago
Zer..om 9c91d8c8e1 Fixed a bug where if you started a new animation from the animation complete callback of another animation no event was triggered at the end of the new animation. 12 years ago
rem..om b5014c5fbc Implemented stable shadows for DirectionalLightShadowRenderer 12 years ago
Zer..om 4d16f05f23 Fixed a bug in AnimChannel which would cause it to keep repeatedly issuing Animation Complete callbacks every frame once the animation did complete rather than issueing one once each time the animation completed. 12 years ago
PSp..om a62a2d0299 Added some methods for bulk-attaching a bunch 12 years ago
Zer..om ceba00624a Changed node to spatial in the getChild javadoc to be more correct. 12 years ago
Zer..om 75d861eae1 Added javadoc to getChild to explain that its really getDescendant 12 years ago
rem..om 723e3c0e30 Commit patch from abies that drastically reduce the garbage creation when switching techniques. It also reduce grabage collection for the AbdtractShadowRenderer. 12 years ago
rem..om 0186a20983 Fixed issue where the BAtchNode was throwing an ArrayIndexOutOfBound exception when batch was called twice in a row 12 years ago
rem..om 05e080100e Added support for int arrays uniforms. thanks to abies. 12 years ago
PSp..om 0998f47847 Enabled/disable statistics with the view. This 12 years ago
PSp..om ff5d121038 Allow the Statistics collection to be enabled and 12 years ago
rem..om e92172d2b7 Fixed issue in BufferUtils where quaternion and verctor4f were initialized with 3 zeros in the buffer instead of 4. 12 years ago
rem..om cffb44f3d0 Fixed zoomSensitivity in chaseCamera, removed the zoomSpeed. 12 years ago
rem..om f773bbdd38 DefaultImageRaster : attempt to fix NPE when the raster is initialized with an Image that has not been rendered yet. 12 years ago
voi..om 23c1fddf8f Added support to upload/modify sub texture to Renderer interface introducing a new method: 12 years ago
rem..om 7a79d7160e Reverted accidental commit of GeometryList 12 years ago
rem..om 55d065ab78 Shader Nodes implementation : 12 years ago
rem..om 304878c712 Fixed issue where effect and audio tracks were looping even if they shouldn't 12 years ago
rem..om e296b717b7 Commit Paul's MemoryUtils to JME3 util package 12 years ago
nor..67 5746d0be4d - fix some dependencies for AudioNode 12 years ago
nor..67 7b4f4b8678 - remove some unnecessary methods from AudioSource interface 12 years ago
nor..67 22eb83fd9a - add generic AudioSource to abstract audio system away from AudioNode 12 years ago
nor..67 2addc81210 - fix bug in cloneForSpatial use in Spatial 12 years ago
nor..67 b17fbf1f49 - change Spatial and AbstractControl so that control.setSpatial doesn't have to be called in Control.cloneForSpatial but the engine also doesn't throw an exception if it does 12 years ago
nor..67 463a532025 - add javadoc for Vector3f.project 12 years ago
nor..67 30498824d0 - set back logging about jme version and graphics adapter to Level.INFO 12 years ago
jul..om 723ec34a15 Improves OpenGL-ES support (especially for Raspberry Pi), contribution of Erkki Nokso-Koivisto 12 years ago
nor..67 ea973c14c3 - change logging from logger.info() logger.fine and logger.warning() 12 years ago
nor..67 7ba657e430 - set logging from Level.INFO to Level.FINE for most logging 12 years ago
nor..67 2e19f4e1b7 - add iOS to platforms list 12 years ago
rem..om 361e45d04e Applied parent transforms if any in the lookAt method of Spatial. 12 years ago
sha..RD d6448dd112 * Ensure bind pose format and num components matches base buffer. Fixes crash when batching model with 3D tangents 12 years ago
sha..RD 84183ad154 * Material.setParam() now calls setTextureParam() instead of messing up internal state if the type is a texture 12 years ago
sha..RD 9eb9463261 * Ensure that MatParam.value and MatParamTexture.texture always match, and throw exception if they dont 12 years ago
nor..67 f31c1395e8 - make TextureAssetKey flipY option a proper bean property 12 years ago
nor..67 437d34636b - make AssetKey not flatten relative paths 12 years ago
rem..om de229d4bec Material BlockLanguageParser now accounts for commented lines when computing the line number of a statement 12 years ago
nor..67 0b92166460 - make AssetKey log SEVERE on relative path outside root 12 years ago
Sha..om d169b700f2 * Fixed interpreting unsigned value as signed causing out of bounds when using model with more than 128 bones 12 years ago
nor..om 28bb74fa95 add dot 12 years ago
nor..67 3aa478ffde - add javadoc link to SimpleApplication in Application 12 years ago
nor..67 da58611fc7 - add clarification about Application/SimpleApplication to javadoc 12 years ago
rem..om 3a809e61f5 BatchNode now properly unbatch subgraph when a Node is removed from it 12 years ago
rem..om e3236e20b4 BatchNode now updates its geometric state right after batching. 12 years ago