Commit Graph

490 Commits (f6ea856f9e2f43d613c76df21eb3fb931bb30d40)

Author SHA1 Message Date
sky..ok 8a4d2cbdd0 Fix for strange character encoding in Box Javadoc 14 years ago
sky..ok 2ee53936fd Fix for incorrect Javadoc in Box 14 years ago
rem..om be6259e5ba - fixed bad time calculation on cinematics 14 years ago
rem..om d4c69da2a1 - removed deprecated usage of audioRenderer in soundTrack 14 years ago
rem..om 319ccc62b4 - added a pause method to AudioNode 14 years ago
rem..om 298c052d24 - Use quaternions and slerp for rotation track 14 years ago
nor..67 cfc6036bf2 - cleanup after Kirill-Bomb 14 years ago
sha..rd 1fb4a9be00 * Apply fix for cylinder normal generation 14 years ago
sha..rd 55bfc5f0cf * Update to LWJGL 2.8.1 14 years ago
sha..rd 107380afc1 * Moved GLObjectManager to util, it is now NativeObjectManager and can be used to manage collection of any native object 14 years ago
sha..rd bb52601e4e * Gutted out SpatialAnimation 14 years ago
sha..rd e3366f14b8 Animation system revamp 14 years ago
Sha..om 30e1128a57 * Remove silly allocation of triangle per BIH node. Use temp vars instead 14 years ago
sha..rd 0372a5ed6d * Add lighting support to OpenGL1 renderer 14 years ago
sha..rd 5feebef7c5 * AwtMouseInput event queue is now synchronized like it should be 14 years ago
nor..67 c79968463d - fix Animation loading by using arraycopy.. 14 years ago
rem..om cf89d515ef - Reduced the number of instantiated variable on a collision check 14 years ago
rem..om 1afea87e89 - fixed javadoc on ChaseCam 14 years ago
rem..om cad42dae3c - Changed some javadoc on ChaseCam again 14 years ago
rem..om 7a5905d7f8 - Changed some javadoc on ChaseCam 14 years ago
rem..om 7c4f085174 Added a way to clear all waypoitns at once on a motion path 14 years ago
sha..rd 5d5e0082a7 * Fix inside view for Dome shape 14 years ago
sha..rd c7ebfc9b77 * Deleted useless com.jme3.renderer.layer package 14 years ago
sha..rd 3f95a0ca2f * Eclipse classpath no longer includes .svn folders 14 years ago
sha..rd 73f073c794 * Headless context will no longer initialize audio renderer 14 years ago
sha..rd c81a1a4d3e * Fix NPE in SkyFactory when used on android 14 years ago
Kae..pl ce259299e2 Track length getter added. 14 years ago
Kae..pl c773395ace Animations refactoring. 14 years ago
Kae..pl a649917c27 'copyFrom' method added to Camera. 14 years ago
sha..rd a5be89598f * Always close InputStream in WAVLoader 14 years ago
Sha..om 03ffc22446 * Spatial.setLocal***() methods no longer set world transform since it will be updated later on 14 years ago
Kae..pl bfc57cc7db Spatial animation support added. 14 years ago
sha..rd 5ac90f46fa * Formatting for many android classes which needed it desperately 14 years ago
bre..ns 2e1c4e8c29 NPE check on AudioNode read 14 years ago
sha..rd 6d728615a3 * Ogre3D mesh.xml loader is now more resilient to certain models exported using blender2ogre 14 years ago
sha..rd 120a3d1e4f Blender Loader 14 years ago
sha..rd 062507e23e * Render off screen surfaces even if main screen isn't visible 14 years ago
rem..om 29dbdc08a4 Filters : fixed depth buffer rendering for additionnal passes 14 years ago
rem..om 90a7917e1a Cinematic : removed accessors with a typo 14 years ago
sha..rd d614244f0f * Consitency between Matrix4f.invertLocal() and Matrix3f.invertLocal(): Now both of them compare determinant to 0 to check if inversion is possible. This fixes an issue with no lighting when a really small scale is applied to scene objects 14 years ago
sha..rd 471f449017 * Fix crash on context.restart(). Reset shader sources when shader itself is reset 14 years ago
sha..rd f421e2a876 * Removed shiny check in Lighting.frag (for ATI Radeon X1600 and similar) 14 years ago
sha..rd 5a3f191135 * Reverted r8152, r8157 and r8158 14 years ago
dan..om b34a3c02e1 Added Texture2DArray and Texture3DArray. 14 years ago
dan..om 911fc1409d Removed unused imports. 14 years ago
dan..om 03c22a1dee Added two new methods to convert ColorRGBA to Vector3f and Vector4f. These should be very useful when using shaders. 14 years ago
dan..om 7042720106 Appended the proper OpenGL constants to Javadoc for BlendMode. 14 years ago
dan..om 87435a37d3 Fixed output param to Logger's warning. 14 years ago
dan..om 99c6a41de3 Added Vector2Array, Vector3Array and Vector4Array cases to getValueAsString() method. 14 years ago
Sha..om 7929111a3a - Fixed normal vector incorrect in Mesh.getTriangle() (Thanks Kaelgaga) 14 years ago