Commit Graph

186 Commits (22aa5acc31fa22dc8ca08f8633dc1ea49eabf505)

Author SHA1 Message Date
Kae..pl bb644be5e0 Fix to specifying texture UV coordinates for generated textures. 13 years ago
Sha..om 78bbe9b251 * Fix issue where blender animation importer was truncating the animation duration to an integer (thanks rectalogic) 13 years ago
Kae..pl e9af2e4dc4 Classes added that represent new constraints in blender. Classes have no implementation yet, they simply exist so that the loaded models will not crash when they use them. 13 years ago
Kae..pl 86be16cda4 Fixed Issue 498: Blender loader has strict requirements for animation import. 13 years ago
Kae..pl 3a5b8bb3d6 Using one UV buffer for all types of texture mapping (the textures are cast to different UV's when neded). Support for using generated textures as normal maps (looks best when large generatedTexturePPU is used and on large faces). 13 years ago
Kae..pl d3452297ce FIXED: Issue 515: Blender loader - "-1" bone indices are generated for this model 13 years ago
Kae..pl 37f74cdb07 Fix for applying normals for smooth models that use generated textures (they were solid instead of smooth). 13 years ago
Kae..pl 801b87d6ce Fix to image to normal map convertion. The result image is no longer upside-down. 13 years ago
Kae..pl 1d6fc2f9d6 NPE fix when no image texture was found. 13 years ago
Kae..pl 4a596c8082 Temporary fix to UVS loading. If no texture is applied and UV coordinates are - then they are applied to the model. At this moment user defined UVS are only applied but future implementation will take the UVS type into account. 13 years ago
Kae..pl 7beebfc4c0 Fix for mirror modifier. Wrong axis was mirrored when Y is up axis was set. 13 years ago
Kae..pl cd79395d9b Removing the exception throw when the mesh has no vertices. Now simply an empty geometry list will be returned. 13 years ago
Kae..pl 1d767981ee Fixes for mirror modifier (fixing several NPE that occured when model hed no binging or UV buffers, and fixing ClassCastException when model was small and ShorBuffer instead of IntBuffer was used for vertex indexing). 13 years ago
Kae..pl a6d42c21bb Fix to applying properties to the mesh's geometry. 13 years ago
Kae..pl fde6b4a447 Fixes to normals loading. 13 years ago
Kae..pl 0e24cf969b Bugfix for textures loading: when one texture had several mappings it might not have appeared on the scene at all. 13 years ago
Kae..pl a85db87169 Support for BMesh loading. Enjoy :) 13 years ago
Kae..pl 691ebcb53d Fixes to vertex color buffer applying. This functionality is also moved from MEshHelper to MeshBuilder. 13 years ago
Kae..pl 332fe4d3ac Fixing bugs with applying UV maps. 13 years ago
Kae..pl 440217fbd2 Fixing a bug that raised an exception when bone animation was attached directly to the object for Blender 2.49. 13 years ago
Kae..pl 1c429f0eb2 Fix to logging (thanks to rectalogic for finding it out :). 13 years ago
Kae..pl d63683d240 Issue 466: Blender loader duplicates vertices 13 years ago
Kae..pl e8762bcf9d Fix to 3D texture triangulation procedure that might have caused an image of width or height == 0 to be produced (which caused later errors during textures merging). 13 years ago
Kae..pl 624125aadc Added images types support in PixelIOFactory. 13 years ago
Kae..pl 84404cfb5f Fix for animations tracks loading. If rotations were not set up by user then the model might have been disappearing because of (0, 0, 0, 0) rotation quaternion. (0, 0, 0, 1) quaternion is set in that case. 13 years ago
nor..67 ea0be5cf9f - fix imports across engine 13 years ago
Kae..pl dc646e048e Fixes to luminance textures IO operations. 13 years ago
Kae..pl a2b2a85cce Extending TexturePixel functionality. 13 years ago
Kae..pl 7ff1261d79 Adding uncommited methods (sorry for breaking the build). 13 years ago
Kae..pl 027d448b7d Added support for the following texture types import: 13 years ago
Kae..pl e2652851c5 Issue 429: Blender loader doesn't specify that meshes are non-animated (fix) 13 years ago
Kae..pl 9e2f6b88ef Support for multilayered textures and textures with mipmaps. 13 years ago
Kae..pl 816b082c73 Adding UV coordinates to the model if they are defined for the mesh even if no material is applied. 13 years ago
Kae..pl f8771f437e Fix to loading object animation for Blender 2.62+ (found by 'reactlogic'). 13 years ago
Kae..pl 858c8ba9ba Fix to properties loading: properties are now stored in Spatial as basic types (supported by UserData) or Savables supported by jme core. 13 years ago
Kae..pl f9593adee1 Fixed NPE error when using a single 'None' texture type in the material definition. 13 years ago
Kae..pl 2fe4d620d9 Fixing a bug where texture size getter is called before the opengl is initialized. 13 years ago
Kae..pl b09e37c9d9 Added support for multilayered images. 13 years ago
Kae..pl 96cfd22510 Support for base texture blending for DDS textures. 13 years ago
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