godot/modules/fbx/fbx_parser
Rémi Verschelde 65c1db3131
Merge pull request #44305 from RevoluPowered/fbx-update-plugin
[fbx] Implement ColorIndex for Vertex Colors to ensure they are correct and duplicate vertexes correctly for multiple color attributes.
2020-12-17 21:19:59 +01:00
..
ByteSwapper.h Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
CREDITS Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXAnimation.cpp Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXBinaryTokenizer.cpp Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXCommon.h Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXDeformer.cpp Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXDocument.cpp [fbx] bugfixes skinning, materials and debugging info, merry xmas 🎄 2020-12-10 19:30:17 +00:00
FBXDocument.h [fbx] bugfixes skinning, materials and debugging info, merry xmas 🎄 2020-12-10 19:30:17 +00:00
FBXDocumentUtil.cpp Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXDocumentUtil.h Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXImportSettings.h Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXMaterial.cpp FBX add roughness mappings and fixes general some material bugs 2020-11-07 14:34:09 +00:00
FBXMeshGeometry.cpp Merge pull request #44305 from RevoluPowered/fbx-update-plugin 2020-12-17 21:19:59 +01:00
FBXMeshGeometry.h ColorIndex supported now for vertex colors. 2020-12-14 16:51:15 +00:00
FBXModel.cpp Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXNodeAttribute.cpp Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXParser.cpp Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXParser.h Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXParseTools.h Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXPose.cpp Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXProperties.cpp Revert partial "FBX add roughness mappings and fixes general some material bugs" 2020-11-09 18:03:06 +00:00
FBXProperties.h Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00
FBXTokenizer.cpp [fbx] Fix #44371 #44376 File crash and Buffer Overflow 2020-12-14 21:57:41 +00:00
FBXTokenizer.h [fbx] Fix #44371 #44376 File crash and Buffer Overflow 2020-12-14 21:57:41 +00:00
FBXUtil.cpp [fbx] bugfixes skinning, materials and debugging info, merry xmas 🎄 2020-12-10 19:30:17 +00:00
FBXUtil.h [fbx] bugfixes skinning, materials and debugging info, merry xmas 🎄 2020-12-10 19:30:17 +00:00
LICENSE Rewrite FBX Importer to convert directly to Godot scene format 2020-10-30 15:59:19 +00:00