Commit Graph

1150 Commits (8fa4a3a59b6a77a987a44a6a6fabac8b60a01f21)

Author SHA1 Message Date
rem..om c6bd03eeab Added LinearExtrapolation to FastMath thanks to Wezrule http://jmonkeyengine.org/groups/features/forum/topic/2-requests-for-features/#post-138082 14 years ago
sha..rd 77dd6761ee * Added fix for when an mesh xml animation has no tracks will no longer throw NPE 14 years ago
sha..rd c5aba505fc * Fixed AssertionError in SceneLoader when loading multiple scenes 14 years ago
sha..rd 984721cc75 * AnimControl now supports abstract animation (doesn't have to be BoneAnimation) 14 years ago
roo..li 59b00bbae9 Added CameraNode and new navigation to TestPhysicsCharacter. 14 years ago
roo..li 3a3a5de8c9 Added javadoc, fixed tiny typo, reformatted sample a bit. 14 years ago
rem..om 20f5e9d200 Fixed vertex lighting broken since last spot light changes 14 years ago
sha..rd 2d2ce703d9 * Added AbstractControl.getSpatial() as otherwise AnimEventListener is kinda useless as it only gives the AnimControl as the reference and to get userdata you need the spatial itself 14 years ago
rem..om 5476be99f7 SpotLight : Applied the same changes to terrain lighting 14 years ago
rem..om 9e5f9be5ec SpotLight : reduced the number of float varying by 5 in the shaders : 14 years ago
PSp..om d67adb8266 Pulled the ExecutorService stuff out and replaced it with a 14 years ago
PSp..om d62c1311fb Fixed a long-standing but well hidden bug in message 14 years ago
Kae..pl 1f90dcb8ff Textures importing refactoring in blender loader. 14 years ago
rem..om d722c65280 CameraNode : created a simple testCase to demonstrate how easy it is to make a camera follow a spatial using a Camera Node. 14 years ago
sha..rd 2767600fe3 * Proper aging for particles emitted in a frame 14 years ago
rem..om 6c24af2831 Particle Emitter : faceNormal is now correctly saved 14 years ago
Kae..pl 1e7b7860fe Large blender importer refactoring: 14 years ago
Sha..om a1e1057622 * Added javadoc for ParticleEmitter.setMeshType() 14 years ago
Kae..pl a6700cc754 Minro javadoc update. 14 years ago
rem..om f5dceb6c4d Particle Emitter : 14 years ago
rem..om 865c380b4e Particle Emitter : 14 years ago
Kae..pl 8de7a5755e Fix to mirror modifier loading (buffer bounds were exceeded in some cases). 14 years ago
Kae..pl fbd1cb837b Ignoring textures that are defined but disabled in material. 14 years ago
Kae..pl 733195c33c Fix with reading the proper buffer. 14 years ago
rem..om 2b802d5272 Particle Emitter : 14 years ago
Kae..pl 821dc08553 Automatic generation of UV-coordinates (not the best solution yet, but working on it ;) ) 14 years ago
Kae..pl c6aafbd0ef Bugfix: temp var was not released. 14 years ago
rem..om 8f59984d00 Particle Emitter : 14 years ago
Kae..pl cc403160be Texture key for generated textures added. 14 years ago
nor..67 5ec83b0f62 - fix small typo in BlenderLoader 14 years ago
Kae..pl 93530bc2d0 Fix to loading models with high number of vertices (greater than Shor.MAX_VALUE). 14 years ago
Kae..pl 04d3509c58 Improving image loading speed by using the BufferedInputStream. 14 years ago
Kae..pl f4d900bc43 Fix to narmal map loading. 14 years ago
Kae..pl 0de5fe39a3 Fix to loading normal maps. 14 years ago
sha..rd f15107da95 * All asset cache operations can now work on smart cache 14 years ago
rem..om ae2fda8626 Spot light : fixed issue that was preventing point lights to work correctly when a spot light is in the scene 14 years ago
sha..rd 73aa30785b * AssetPathURL now accepts non-relative asset paths 14 years ago
Kae..pl 99746c72ec Several changes to constraints (but may not working well yet). 14 years ago
sha..rd f182b5d91b * Javadoc for some classes 14 years ago
ant..om 06e04c429c Fix: fixed exception when trying to jump with physics turned off 14 years ago
sha..rd 7308cdfca6 * Fixed issue with spot light shader not taking into account alpha 14 years ago
sha..rd d8afde19cf * Fix crashes due to introduction of MaterialKey 14 years ago
sha..rd 026a72d57e * Fix crash in TestEverything 14 years ago
sha..rd 7cd213b940 * Fix for ParticleEmitter.clone() 14 years ago
Sha..om 66d78be974 * asin -> atan 14 years ago
ant..om dfef1a6dfe Fix: fixed a bug when using alphamaps with TerrainGrid 14 years ago
rem..om 310193018d - added a ColorRGBA to tempVars 14 years ago
kim..ng 0b7f96726f Android: fixed logging 14 years ago
rem..om c172b2e455 - Reverted previous uniform change, it was causing changes in constants, when user was assigning a constant to a uniform (like mat.setColor("Color",ColorRGBA.White)). 14 years ago
PSp..om 1bbbc3b0bb Fixed a typo in the comment. OCD strikes again. 14 years ago