Commit Graph

147 Commits (82c72f004fff86b57327fc90af7c163439a273b9)

Author SHA1 Message Date
Kae..pl c4bf1b59a0 Removing @Override annotations from methods that implements interfaces (this will make the code Java 5 compatible). 13 years ago
Kae..pl 8de8bf2d3e Textures loading refactoring. 13 years ago
Kae..pl b8896f3948 Added variable to BlenderKey that would allow to suspend object properties loading. 13 years ago
Sha..rd 79194f054c * License and formatting in GeneratedTextureKey 13 years ago
Sha..rd 1da836ea72 * Blender user properties no longer savable, as it is not allowed to have non-core data in j3o 13 years ago
sky..ok 533fb86c50 Down to 260 Javadoc warnings from 324 13 years ago
Kae..pl 2bc7128eb6 Fix to loading meshes that contain many vertices. 13 years ago
Kae..pl 787e912591 Fixes to AWT textures blending. 13 years ago
Kae..pl 2b004e803d Better support for textures blending. 13 years ago
Sha..om 06f5ad5bce * Fix Blender 2.62 issue with uint64_t 13 years ago
Kae..pl c23c7e1378 Fix to textures loading (material color should now not interfere with the texture). 13 years ago
Kae..pl 3d22756dfc Added support for loading the following texture types: DXT1, DXT3 and DXT5. 13 years ago
Kae..pl 026a5bd0a6 Removed unnecessary System.out's. 13 years ago
Kae..pl 0e9f7ea22f Fixes to limit rotation constraint. 13 years ago
Kae..pl 65afa0bbc8 Fixes to spot light loading. 13 years ago
Kae..pl 3a84693f68 Many changes: 13 years ago
Sha..rd 3695f8f1fc * Blender loader now writes color as a normalized byte buffer, reduces mem usage by 4 times 13 years ago
Sha..rd 3e6d649c48 * Fixed incorrect byte->float conversion when loading color buffer in Blender loader 13 years ago
Sha..rd 8cca61b3ef * Fixed crash in blender loader when given textures without extension 13 years ago
Sha..rd 3d54ab3378 * Blender loader will now extract vertex data into separate vertex buffers for meshes that use multiple materials instead of sharing them 13 years ago
Sha..rd 03fb684b10 * Blender now supports loading color for shadeless materials 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
Kae..pl 2ac215f477 Fix a bug with bad bones placing. 13 years ago
Kae..pl e4c4380ab5 Fixing a bug with cloning SkeletonControl for Spatial. The anim control will always be added if the object has an armature, even if it has no animations. 13 years ago
Kae..pl f74d0311ae Bugfix: LocLimitConstraint erased other tracks except the one it was supposed to alter. 13 years ago
Kae..pl 8297877114 Armature bugfix: bones had constraints applied before they were loaded (skeleton loading moved to ObjectHelper). 13 years ago
Kae..pl f232b11318 Material name added. 13 years ago
nor..67 f6ccfa79bb - fix non-UTF8 characters in bullet importer 13 years ago
Kae..pl 0e4f115e84 FIXED: Issue 430: Blender loader sets blend mode = alpha on material that is not really transparent 13 years ago
Kae..pl 4b55383ba0 FIXED: Issue 427: Blender loader writes BindPose buffers without BoneIndex or BoneWeight data 13 years ago
Kae..pl 7e3e35c7f2 FIXED: Issue 428: Blender loader doesn't compress index buffers 13 years ago
Kae..pl 7f694b3ba0 BUGFIX: Issue 434: Blender loader loads model with incorrect Y-up transform 13 years ago
Kae..pl a1d73d159d Many changes to blender importer: 13 years ago
nor..67 3cdaf0e051 jme3: 13 years ago
Kae..pl 67930542ee Fixes to Y is up axis arrow. 14 years ago
Kae..pl ae739ef441 Fix in normals calculations when Y is up axis. 14 years ago
Kae..pl 18ce27faae Changes to Y-is-Up-Axis issue. 14 years ago
Kae..pl b7a3818b60 Fixing a bug that occured when the model was invalid and had no faces (only a line for example). 14 years ago
sha..rd bb52601e4e * Gutted out SpatialAnimation 14 years ago
sha..rd e3366f14b8 Animation system revamp 14 years ago
Kae..pl 4cde46bee5 Attaching an empty to its parent. 14 years ago
Kae..pl 984bab2ae9 Removing fix up axis checking for mesh vertices. 14 years ago
Kae..pl 952081b192 Fixing a bug that caused NPE to be thrown when no actions where applied to armature. 14 years ago
Kae..pl 7492410485 Moving 3D textures shaders to blender packages. 14 years ago
Kae..pl 3969d34a03 Fixes to textures merging. 14 years ago
Kae..pl fd3c84ccce Increasing the default generated textures size (they import in reasonable time yet and are of better quality). 14 years ago
Kae..pl 846b569552 Support for generated textures merging. 14 years ago
Kae..pl ff3336679d Setter for generated texture depth added. 14 years ago
Kae..pl 0b274b3c1b Automatic loading of both bone and object animations (no need to specify animations in blender key any more). 14 years ago