Commit Graph

784 Commits (f8c466f329bfb4e3ea14ad08205d34d9d73be5ba)

Author SHA1 Message Date
sha..rd d8682c94c3 * Fixed crash that happens when an Ogre3D mesh.xml model has an empty boneassignments tag 13 years ago
PSp..om d2e2935d90 Default the application timer to NanoTimer. I did this 13 years ago
sha..rd f15dfe3011 * Fixed issue with an exception getting silenced when MTL was loaded for an OBJ file 13 years ago
sha..rd 0e49c439b7 * Javadoc for Asset 13 years ago
rem..om 7e8b540587 - put BindPoseTangent VertexBuffer.Type enum value at the end to not screw with ordinal values 13 years ago
rem..om 96acebfe4f - Faster BatchNode 13 years ago
rem..om a5ff915fc1 - Added tangent transforms support for skinning (normal mapped models with bone animation had incorrect tangents during animation) 13 years ago
sha..rd 31fe049a66 * Moved WAVLoader and GLSLLoader to Core-Plugins 13 years ago
sha..rd e9a78c5b61 * Added RenderState.isApply*** methods 13 years ago
rem..om 02bcb358a3 - Fixed max components calculation for temp float array 13 years ago
rem..om fafd79e5d3 - Added textureArray support (thanks to phate666) 13 years ago
rem..om 83f3b2b1a3 - BatchNode now use a temp float array and bulk put data into the floatbuffer instad of iterative puts. (it's faster) 13 years ago
rem..om 9bf315fbcf Fixed silly copy/paste mistake in LightNode 13 years ago
PSp..om b13809bba3 Fixed the line segment extents so that it doesn't act twice 13 years ago
sha..rd bd5620bf16 * Camera.update() now uses TempVars instead of allocation 13 years ago
sha..rd c590b8d054 * Small javadoc additions in Application 13 years ago
sha..rd b3f9e87bf1 * package.html files now comply with HTML 4.01 standards 13 years ago
rem..om 64bc0298b2 Fixed a timing issue in MotionTrack when used as a control 13 years ago
rem..om 2a0c4ed10f Null checked additionalRenderState when loading a material 13 years ago
rem..om cc7701aa0d - InpuManager : Updated cursor pos on click, so that non android touch events can properly update cursor position. 13 years ago
sha..rd e93993364a * Fixed issue where additional render states in material would always have apply*** flags set to true, added workaround for old versions of material 13 years ago
rem..om 7193c0b2d3 Batching : 13 years ago
PSp..om cf18f48182 Internal surgery to AppStateManager to provide more 14 years ago
PSp..om 2a65ca4cb7 Added a setTimer() method for switching the default 14 years ago
sha..rd 36b6ab3286 * Prevent crash in Animation if no tracks are set on animation 14 years ago
sky..ok dae6ef534b Javadoc fixes for com.jme3.math.Triangle 14 years ago
sky..ok 73fb54b4b6 Documentation fixes for BatchNode: Improved Javadoc and inclusion of license header 14 years ago
rem..om 58a2bf8af9 - Deprecated PositionTrack, RotationTrack, ScaleTrack as they should be replaced by spatial animation. 14 years ago
rem..om feeedfa682 - Removed old batching classes (GeometryBatch and BatchedGeometries) as they are no longer needed 14 years ago
sha..rd ffce10b8da * Added AwtPanel.attachTo() argument that allows attaching panel to main framebuffer instead of replacing it on the viewports 14 years ago
rem..om 62a02fb6f4 - Dynamic Batching 14 years ago
rem..om 63b62269e8 - Dynamic Batching 14 years ago
nor..67 3ff2771a69 - add backengineered JmeVersion to fix build 14 years ago
PSp..om d2579343b2 Make BitmapFont's calculation of line width match 14 years ago
PSp..om 1e59de25ee Took out the unbaking of kerning because it _does_ 14 years ago
PSp..om 68c2fea479 The last change neglected the first character which 14 years ago
PSp..om ee2f44f340 Fixed some really odd text advance behavior that 14 years ago
nor..67 b6492e958e - change spatial warning on update state to include hint to threading problems 14 years ago
rem..om 444223b905 - Excluded spatials that have a cullHint.Always from shadow queues 14 years ago
sky..ok 84116c85f8 Created clickable links out of http mentions in all jME3 Javadoc 14 years ago
sky..ok 1095a1fb62 Created clickable links out of http mentions in Camera Javadoc 14 years ago
rem..om 854b4a00c0 - used tempVars for path interpolation instead of temp attributes 14 years ago
sky..ok 83fd9107c9 Fix for broken Javadoc in Material 14 years ago
rem..om e9556fad0a - used back system timer for cinematics, whatever it is :D 14 years ago
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