Commit Graph

490 Commits (f6ea856f9e2f43d613c76df21eb3fb931bb30d40)

Author SHA1 Message Date
Sha..rd e7eba5b155 * Fixed error in TerrainPatch loading 13 years ago
Sha..rd 96bde02de6 * Fix compile error in FrameBuffer, setRefreshNeeded() -> setUpdateNeeded() 13 years ago
nor..67 1dab3c2172 - fix svn 13 years ago
Sha..om b0b3f1b55e * FrameBuffer.setTargetIndex() will set refresh needed on FrameBuffer 13 years ago
Sha..om fc5c7d06d2 * Prevent constant exception in FrameBuffer.setTargetIndex() 13 years ago
bre..ns 981356539a javadoc spelling fix thanks @bortreb 13 years ago
Sha..om ba15cc68ca * determinate -> determinant in Matrix3f 13 years ago
Sha..rd 95efa5b2ff * Mesh.extractVertexData() will copy max weights per vert as well, this is needed for animation to work 13 years ago
Sha..rd 64d9c60142 * BIHTree will exit early if ray limit is lower than the farthest collision point with the model's bound 13 years ago
Sha..rd 77252b4304 * Geometry will now automatically de-share VertexBuffers if it detects it 13 years ago
Sha..rd ed07d685bf * Added Mesh.extractVertexData() to extract vertex data from another mesh based on this mesh's index buffer. Used to "de-share" VertexBuffers. 13 years ago
rem..om e4186c2497 - Changed catmull rom interpolation to use floats instead of doubles because somehow it was failing on android... 13 years ago
sky..om 8e721f5c93 Brought the number of Javadoc workings down to 322 from 391; Updated year to 2012 in license header of affected files 13 years ago
sky..om 1801f1f336 Brought the number of Javadoc workings down to 391 from 410 13 years ago
nor..67 1bf268bea7 - adapt name for destroyByteBuffer() 13 years ago
nor..67 de65246ddb - add way to release direct memory, including test 13 years ago
rem..om fd65f31bbd Removed comitted system.out in MotionTrack 13 years ago
rem..om 16759a9770 Fixed an initialization issue in MotionTrack 13 years ago
rem..om 1f2193a2b9 Audio : implemented API for seeking capability in streamed ogg files. It doesn't work fine yet 13 years ago
rem..om f3675227e0 Cinematic : AnimationTrack takes now the animation's duration as default duration 13 years ago
rem..om 93a181b4c7 Fixed IndexArrayOutOfBound that may occur in BatchNode.Also optimized temp array allocation in case there is no tangents buffer 13 years ago
sky..ok addfe4283b BatchHint Javadoc fixes 13 years ago
rem..om d6124d3489 Renamed AnimationHelper to AnimationFactory 13 years ago
rem..om 7de07d056c Created an AnimationHelper to ease the creation process of a spatial animation, based on key frames interpolation. 13 years ago
rem..om 1b1bad7da5 Fixed MotionTrack setEnabled method 13 years ago
rem..om 9232c71cd7 Added a Transform(Vector3f translation,Quaternion rotation,Vector3f scale) constructor 13 years ago
Kae..pl f232b11318 Material name added. 13 years ago
PSp..om 4c2ccc66e0 Added a toString method similar to AbstractCollection's. 13 years ago
rem..om 08af19ec5b Cinematics : 13 years ago
Sha..rd 7b907b002d * javadoc fix for mesh 13 years ago
nor..67 70b35f73ff - fix bullet native library name for 64bit linux in Natives.jar 13 years ago
Sha..rd 58d26b5ebe * Mesh.cloneForAnim() now clones tangent buffer as well 13 years ago
rem..om cbd1248302 Mesh bufferList is now a SafeArrayList instead of an ArrayList 13 years ago
rem..om c8c4cfe7c0 Fixed semicolon 'conceptual' disappearance 13 years ago
Sha..om 8c94853989 * Replaced mandatory check in Ray.setDirection() with assertion 13 years ago
Sha..om cebf822f0e * Added check for unit vector in Ray.setDirection() 13 years ago
nor..67 c16e880888 - remove desktop-fx package and move effects to core, remove HDRRenderer swing UI 13 years ago
nor..67 3cdaf0e051 jme3: 13 years ago
nor..67 c906508e62 - big refactoring of engine build and cleaning of sources, totally breaking SDK build for now 13 years ago
rem..om c4d3e7ea6f - Bone : Attached Node transforsm are now correctly updated when using setUserTransformWorld 13 years ago
nor..67 4e66dddc95 - remove unneeded instanceof and casting in Material 13 years ago
nor..67 212b57ecc6 - add some equals() methods where compareTo is used 13 years ago
nor..67 f55a277cd9 - remove unnecessary checks in RenderQueue.renderGeometryList() 13 years ago
sky..ok 1bcf9164e8 Removed whitespace at end of line in mergeGeometries (I'm not a perfectionist) 13 years ago
nor..67 8405fb060b - revert InputManager changes 13 years ago
sha..rd c6c4cf53a0 * Some minor optimizations 13 years ago
lex..82 687dad1a6b Fixed TangentBinormalGenerator: Added grouping of vertices with the same position and normal. Re-added tangent orientation code to fix some visual artifacts. 13 years ago
sha..rd 3db3648866 * Fix spelling error in AmbientLight: uneffected -> unaffected 13 years ago
dan..om fbb396b8a2 * Fixed extrapolateLinear() so it would really extrapolates if bigger than 1 or smaller than 0. The old behavior was to clamp between 0 and 1, doing exactly the same thing as interpolateLinear(). 13 years ago
nor..67 23b4e2fcf0 - synchronized access to AssetManager ClassLoader list 13 years ago