Commit Graph

857 Commits (5eb5f0d2cc714f86853dcdaa32d30dbbc675f8ad)

Author SHA1 Message Date
Sha..rd 8973175783 * Try to fix linkVertices in TangentBinormalGenerator (prevent assigning same tangent to verts with different texcoord) 13 years ago
Sha..rd 2cdeb6ebff * Fix animation blending from bind pose issue 13 years ago
rem..om fecf355de2 ChaseCam : changed all private attributes and methods to protected so people can extend the chaseCam behavior as they see fit. 13 years ago
rem..om cf93c2c6fc Fixed issue when the last waypoint of a motion path was not triggering listeners 13 years ago
rem..om 7f6ce84ffd Implemented setSpeed for animationTrack as it needs special treatment 13 years ago
rem..om 1945a0c1c0 BatchNode and GeometryBatchFactory now uses the material's isEqual method to gather the geometries to batch 13 years ago
rem..om 55b8188d20 Material has now a isEqual method that compares materialDef, material params and material additional render state 13 years ago
sky..ok 533fb86c50 Down to 260 Javadoc warnings from 324 13 years ago
sky..ok 0af3e46a45 Added move speed and rotate speed getters in FlyByCamera 13 years ago
dan..om 9378179d94 - Fixed camera "twisting" when rotating up/down when zoomed-in. The min rotation is hard-coded to -90 degrees down (the up remain settable). 13 years ago
rem..om 94e0937bb6 Fixed an ArrayIndexOutOfBound in animationFactory 13 years ago
rem..om 07e96d02eb Fixed an issue in AnimationTrack when time was skipped out of bounds of the animation 13 years ago
PSp..om 511a11fc7c Moved the creation of the guiFont into a separate 13 years ago
rem..om 8eae2cfd8a Cinematic, fixed time seeking when having several SpatialAnimation with a speed > 1 13 years ago
PSp..om 2bde71b08a Early out on initializePending and terminatePending 13 years ago
rem..om 92b97d38d8 Committed a patch from iwgeric, to make nifty Textfield display the soft keyboard on tap. 13 years ago
rem..om 859123673e Committed patch from iwgEric that fixes a couple of issues on android touchinput http://jmonkeyengine.org/groups/android/forum/topic/error-with-nifty-and-awt/?topic_page=2#post-165433 13 years ago
nor..67 50f266f843 - optimize BatchNode.batch a bit 13 years ago
rem..om 5671358657 Soft particles implementation. 13 years ago
Sha..om 9ddb941daa * Fix javadoc error in Transform.loadIdentity() 13 years ago
Sha..rd be7a22e3d5 * Remove most common usage of IntMap.iterator() 13 years ago
PSp..om 5cf9954814 Added a comment with what I think the taskQueue 13 years ago
PSp..om dde5d0a510 Added a ResetStatsState so that the stats are always 13 years ago
Sha..rd aa8298ecdf * Fixed BufferUtils on android when used on non bytebuffers 13 years ago
Sha..rd b2e086bbee * Added ResolutionInverse (thanks kwando) 13 years ago
Sha..rd 7a7b2c3f5f * Fixed issue with WorldMatrixInverse uniform binding being incorrect (thanks survivor) 13 years ago
Sha..rd 2cbbfaa3b9 * It is now possible to modify an existing buffer through Mesh.setBuffer() (previous behavior was to crash) 13 years ago
Sha..rd f3528f8d6e * BufferUtils.destroyDirectBuffer() will only look up methods once 13 years ago
Sha..rd ea0617fa81 * Added new uniform binding WorldMatrixInverseTranspose (thanks kwando) 13 years ago
nor..67 9978684407 - move effects and networking to separate jar files 13 years ago
PSp..om f07446e0d4 Added an accessor for the stats view object. 13 years ago
rem..om 03da8d5316 BatchNode enhancements : 13 years ago
rem..om 60479107bb Removed some unused variable and method in MotionPath 13 years ago
rem..om 9836918a07 Cinematic changes : 13 years ago
PSp..om 72561e7a8b Made the app-states taking constructor more defensive 13 years ago
PSp..om dac2de12c6 Moved the debug key handling to its own app state. 13 years ago
PSp..om c084f0a025 FlyByCamera modified to check if its mappings exist 13 years ago
PSp..om e7f0a5ad91 Since input manager throws an exception when trying 13 years ago
PSp..om d440f70d92 SimpleApp now uses FlyCamAppState to manage its 13 years ago
PSp..om 0c835eae80 Modified fly cam to be a little more resilient 13 years ago
PSp..om fef809b3f0 Removing some empty methods that I left in by 13 years ago
PSp..om f9ab14b751 Added a method to unregister from the input manager. 13 years ago
PSp..om 4c18bfaecb Moved the stats view stuff out into an app state 13 years ago
PSp..om a2043b3ded Modified to tracks its enabled state so that it 13 years ago
PSp..om 05a88493a8 Added an accessor for Timer. 13 years ago
Sha..rd 4721c944a2 * Minor warning fix in BoundingBox, BIHTree 13 years ago
Sha..rd 8c0e5ad541 * Removed useless null check in Plane 13 years ago
PSp..om 65f8dbf6ae For the cases where a define has not actually 13 years ago
PSp..om 1f0a77de26 Modified the define list to only recompile if 13 years ago
Sha..om b0cff4343e * Fix View -> Model space for ViewProjectionMatrix 13 years ago