This website works better with JavaScript
Home
Explore
Help
Sign In
software
/
assimp.assimp
mirror of
https://github.com/assimp/assimp.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Reorg of code.
Kim Kulling
6 years ago
parent
83237de02f
commit
57c46db042
100 changed files
with
0 additions
and
0 deletions
Unified View
Show Diff Stats
0
0
code/3DS/3DSConverter.cpp
0
0
code/3DS/3DSExporter.cpp
0
0
code/3DS/3DSExporter.h
0
0
code/3DS/3DSHelper.h
0
0
code/3DS/3DSLoader.cpp
0
0
code/3DS/3DSLoader.h
0
0
code/3MF/3MFXmlTags.h
0
0
code/3MF/D3MFExporter.cpp
0
0
code/3MF/D3MFExporter.h
0
0
code/3MF/D3MFImporter.cpp
0
0
code/3MF/D3MFImporter.h
0
0
code/3MF/D3MFOpcPackage.cpp
0
0
code/3MF/D3MFOpcPackage.h
0
0
code/AC/ACLoader.cpp
0
0
code/AC/ACLoader.h
0
0
code/AMF/AMFImporter.cpp
0
0
code/AMF/AMFImporter.hpp
0
0
code/AMF/AMFImporter_Geometry.cpp
0
0
code/AMF/AMFImporter_Macro.hpp
0
0
code/AMF/AMFImporter_Material.cpp
0
0
code/AMF/AMFImporter_Node.hpp
0
0
code/AMF/AMFImporter_Postprocess.cpp
0
0
code/ASE/ASELoader.cpp
0
0
code/ASE/ASELoader.h
0
0
code/ASE/ASEParser.cpp
0
0
code/ASE/ASEParser.h
0
0
code/Assbin/AssbinExporter.cpp
0
0
code/Assbin/AssbinExporter.h
0
0
code/Assbin/AssbinLoader.cpp
0
0
code/Assbin/AssbinLoader.h
0
0
code/Assxml/AssxmlExporter.cpp
0
0
code/Assxml/AssxmlExporter.h
0
0
code/B3D/B3DImporter.cpp
0
0
code/B3D/B3DImporter.h
0
0
code/BVH/BVHLoader.cpp
0
0
code/BVH/BVHLoader.h
0
0
code/Blender/BlenderBMesh.cpp
0
0
code/Blender/BlenderBMesh.h
0
0
code/Blender/BlenderCustomData.cpp
0
0
code/Blender/BlenderCustomData.h
0
0
code/Blender/BlenderDNA.cpp
0
0
code/Blender/BlenderDNA.h
0
0
code/Blender/BlenderDNA.inl
0
0
code/Blender/BlenderIntermediate.h
0
0
code/Blender/BlenderLoader.cpp
0
0
code/Blender/BlenderLoader.h
0
0
code/Blender/BlenderModifier.cpp
0
0
code/Blender/BlenderModifier.h
0
0
code/Blender/BlenderScene.cpp
0
0
code/Blender/BlenderScene.h
0
0
code/Blender/BlenderSceneGen.h
0
0
code/Blender/BlenderTessellator.cpp
0
0
code/Blender/BlenderTessellator.h
0
0
code/C4D/C4DImporter.cpp
0
0
code/C4D/C4DImporter.h
0
0
code/CApi/AssimpCExport.cpp
0
0
code/CApi/CInterfaceIOWrapper.cpp
0
0
code/CApi/CInterfaceIOWrapper.h
0
0
code/COB/COBLoader.cpp
0
0
code/COB/COBLoader.h
0
0
code/COB/COBScene.h
0
0
code/CSM/CSMLoader.cpp
0
0
code/CSM/CSMLoader.h
0
0
code/Collada/ColladaExporter.cpp
0
0
code/Collada/ColladaExporter.h
0
0
code/Collada/ColladaHelper.h
0
0
code/Collada/ColladaLoader.cpp
0
0
code/Collada/ColladaLoader.h
0
0
code/Collada/ColladaParser.cpp
0
0
code/Collada/ColladaParser.h
0
0
code/Common/Assimp.cpp
0
0
code/Common/BaseImporter.cpp
0
0
code/Common/BaseProcess.cpp
0
0
code/Common/BaseProcess.h
0
0
code/Common/Bitmap.cpp
0
0
code/Common/CreateAnimMesh.cpp
0
0
code/Common/DefaultIOStream.cpp
0
0
code/Common/DefaultIOSystem.cpp
0
0
code/Common/DefaultLogger.cpp
0
0
code/Common/DefaultProgressHandler.h
0
0
code/Common/Exporter.cpp
0
0
code/Common/FIReader.cpp
0
0
code/Common/FIReader.hpp
0
0
code/Common/FileLogStream.h
0
0
code/Common/FileSystemFilter.h
0
0
code/Common/Importer.cpp
0
0
code/Common/Importer.h
0
0
code/Common/ImporterRegistry.cpp
0
0
code/Common/PolyTools.h
0
0
code/Common/SceneCombiner.cpp
0
0
code/Common/ScenePrivate.h
0
0
code/Common/SkeletonMeshBuilder.cpp
0
0
code/Common/StandardShapes.cpp
0
0
code/Common/StdOStreamLogStream.h
0
0
code/Common/Subdivision.cpp
0
0
code/Common/TargetAnimation.cpp
0
0
code/Common/TargetAnimation.h
0
0
code/Common/Version.cpp
0
0
code/Common/Win32DebugLogStream.h
0
0
code/Common/assbin_chunks.h
+ 0
- 0
code/3DSConverter.cpp → code/3DS/3DSConverter.cpp
View File
+ 0
- 0
code/3DSExporter.cpp → code/3DS/3DSExporter.cpp
View File
+ 0
- 0
code/3DSExporter.h → code/3DS/3DSExporter.h
View File
+ 0
- 0
code/3DSHelper.h → code/3DS/3DSHelper.h
View File
+ 0
- 0
code/3DSLoader.cpp → code/3DS/3DSLoader.cpp
View File
+ 0
- 0
code/3DSLoader.h → code/3DS/3DSLoader.h
View File
+ 0
- 0
code/3MFXmlTags.h → code/3MF/3MFXmlTags.h
View File
+ 0
- 0
code/D3MFExporter.cpp → code/3MF/D3MFExporter.cpp
View File
+ 0
- 0
code/D3MFExporter.h → code/3MF/D3MFExporter.h
View File
+ 0
- 0
code/D3MFImporter.cpp → code/3MF/D3MFImporter.cpp
View File
+ 0
- 0
code/D3MFImporter.h → code/3MF/D3MFImporter.h
View File
+ 0
- 0
code/D3MFOpcPackage.cpp → code/3MF/D3MFOpcPackage.cpp
View File
+ 0
- 0
code/D3MFOpcPackage.h → code/3MF/D3MFOpcPackage.h
View File
+ 0
- 0
code/ACLoader.cpp → code/AC/ACLoader.cpp
View File
+ 0
- 0
code/ACLoader.h → code/AC/ACLoader.h
View File
+ 0
- 0
code/AMFImporter.cpp → code/AMF/AMFImporter.cpp
View File
+ 0
- 0
code/AMFImporter.hpp → code/AMF/AMFImporter.hpp
View File
+ 0
- 0
code/AMFImporter_Geometry.cpp → code/AMF/AMFImporter_Geometry.cpp
View File
+ 0
- 0
code/AMFImporter_Macro.hpp → code/AMF/AMFImporter_Macro.hpp
View File
+ 0
- 0
code/AMFImporter_Material.cpp → code/AMF/AMFImporter_Material.cpp
View File
+ 0
- 0
code/AMFImporter_Node.hpp → code/AMF/AMFImporter_Node.hpp
View File
+ 0
- 0
code/AMFImporter_Postprocess.cpp → code/AMF/AMFImporter_Postprocess.cpp
View File
+ 0
- 0
code/ASELoader.cpp → code/ASE/ASELoader.cpp
View File
+ 0
- 0
code/ASELoader.h → code/ASE/ASELoader.h
View File
+ 0
- 0
code/ASEParser.cpp → code/ASE/ASEParser.cpp
View File
+ 0
- 0
code/ASEParser.h → code/ASE/ASEParser.h
View File
+ 0
- 0
code/AssbinExporter.cpp → code/Assbin/AssbinExporter.cpp
View File
+ 0
- 0
code/AssbinExporter.h → code/Assbin/AssbinExporter.h
View File
+ 0
- 0
code/AssbinLoader.cpp → code/Assbin/AssbinLoader.cpp
View File
+ 0
- 0
code/AssbinLoader.h → code/Assbin/AssbinLoader.h
View File
+ 0
- 0
code/AssxmlExporter.cpp → code/Assxml/AssxmlExporter.cpp
View File
+ 0
- 0
code/AssxmlExporter.h → code/Assxml/AssxmlExporter.h
View File
+ 0
- 0
code/B3DImporter.cpp → code/B3D/B3DImporter.cpp
View File
+ 0
- 0
code/B3DImporter.h → code/B3D/B3DImporter.h
View File
+ 0
- 0
code/BVHLoader.cpp → code/BVH/BVHLoader.cpp
View File
+ 0
- 0
code/BVHLoader.h → code/BVH/BVHLoader.h
View File
+ 0
- 0
code/BlenderBMesh.cpp → code/Blender/BlenderBMesh.cpp
View File
+ 0
- 0
code/BlenderBMesh.h → code/Blender/BlenderBMesh.h
View File
+ 0
- 0
code/BlenderCustomData.cpp → code/Blender/BlenderCustomData.cpp
View File
+ 0
- 0
code/BlenderCustomData.h → code/Blender/BlenderCustomData.h
View File
+ 0
- 0
code/BlenderDNA.cpp → code/Blender/BlenderDNA.cpp
View File
+ 0
- 0
code/BlenderDNA.h → code/Blender/BlenderDNA.h
View File
+ 0
- 0
code/BlenderDNA.inl → code/Blender/BlenderDNA.inl
View File
+ 0
- 0
code/BlenderIntermediate.h → code/Blender/BlenderIntermediate.h
View File
+ 0
- 0
code/BlenderLoader.cpp → code/Blender/BlenderLoader.cpp
View File
+ 0
- 0
code/BlenderLoader.h → code/Blender/BlenderLoader.h
View File
+ 0
- 0
code/BlenderModifier.cpp → code/Blender/BlenderModifier.cpp
View File
+ 0
- 0
code/BlenderModifier.h → code/Blender/BlenderModifier.h
View File
+ 0
- 0
code/BlenderScene.cpp → code/Blender/BlenderScene.cpp
View File
+ 0
- 0
code/BlenderScene.h → code/Blender/BlenderScene.h
View File
+ 0
- 0
code/BlenderSceneGen.h → code/Blender/BlenderSceneGen.h
View File
+ 0
- 0
code/BlenderTessellator.cpp → code/Blender/BlenderTessellator.cpp
View File
+ 0
- 0
code/BlenderTessellator.h → code/Blender/BlenderTessellator.h
View File
+ 0
- 0
code/C4DImporter.cpp → code/C4D/C4DImporter.cpp
View File
+ 0
- 0
code/C4DImporter.h → code/C4D/C4DImporter.h
View File
+ 0
- 0
code/AssimpCExport.cpp → code/CApi/AssimpCExport.cpp
View File
+ 0
- 0
code/CInterfaceIOWrapper.cpp → code/CApi/CInterfaceIOWrapper.cpp
View File
+ 0
- 0
code/CInterfaceIOWrapper.h → code/CApi/CInterfaceIOWrapper.h
View File
+ 0
- 0
code/COBLoader.cpp → code/COB/COBLoader.cpp
View File
+ 0
- 0
code/COBLoader.h → code/COB/COBLoader.h
View File
+ 0
- 0
code/COBScene.h → code/COB/COBScene.h
View File
+ 0
- 0
code/CSMLoader.cpp → code/CSM/CSMLoader.cpp
View File
+ 0
- 0
code/CSMLoader.h → code/CSM/CSMLoader.h
View File
+ 0
- 0
code/ColladaExporter.cpp → code/Collada/ColladaExporter.cpp
View File
+ 0
- 0
code/ColladaExporter.h → code/Collada/ColladaExporter.h
View File
+ 0
- 0
code/ColladaHelper.h → code/Collada/ColladaHelper.h
View File
+ 0
- 0
code/ColladaLoader.cpp → code/Collada/ColladaLoader.cpp
View File
+ 0
- 0
code/ColladaLoader.h → code/Collada/ColladaLoader.h
View File
+ 0
- 0
code/ColladaParser.cpp → code/Collada/ColladaParser.cpp
View File
+ 0
- 0
code/ColladaParser.h → code/Collada/ColladaParser.h
View File
+ 0
- 0
code/Assimp.cpp → code/Common/Assimp.cpp
View File
+ 0
- 0
code/BaseImporter.cpp → code/Common/BaseImporter.cpp
View File
+ 0
- 0
code/BaseProcess.cpp → code/Common/BaseProcess.cpp
View File
+ 0
- 0
code/BaseProcess.h → code/Common/BaseProcess.h
View File
+ 0
- 0
code/Bitmap.cpp → code/Common/Bitmap.cpp
View File
+ 0
- 0
code/CreateAnimMesh.cpp → code/Common/CreateAnimMesh.cpp
View File
+ 0
- 0
code/DefaultIOStream.cpp → code/Common/DefaultIOStream.cpp
View File
+ 0
- 0
code/DefaultIOSystem.cpp → code/Common/DefaultIOSystem.cpp
View File
+ 0
- 0
code/DefaultLogger.cpp → code/Common/DefaultLogger.cpp
View File
+ 0
- 0
code/DefaultProgressHandler.h → code/Common/DefaultProgressHandler.h
View File
+ 0
- 0
code/Exporter.cpp → code/Common/Exporter.cpp
View File
+ 0
- 0
code/FIReader.cpp → code/Common/FIReader.cpp
View File
+ 0
- 0
code/FIReader.hpp → code/Common/FIReader.hpp
View File
+ 0
- 0
code/FileLogStream.h → code/Common/FileLogStream.h
View File
+ 0
- 0
code/FileSystemFilter.h → code/Common/FileSystemFilter.h
View File
+ 0
- 0
code/Importer.cpp → code/Common/Importer.cpp
View File
+ 0
- 0
code/Importer.h → code/Common/Importer.h
View File
+ 0
- 0
code/ImporterRegistry.cpp → code/Common/ImporterRegistry.cpp
View File
+ 0
- 0
code/PolyTools.h → code/Common/PolyTools.h
View File
+ 0
- 0
code/SceneCombiner.cpp → code/Common/SceneCombiner.cpp
View File
+ 0
- 0
code/ScenePrivate.h → code/Common/ScenePrivate.h
View File
+ 0
- 0
code/SkeletonMeshBuilder.cpp → code/Common/SkeletonMeshBuilder.cpp
View File
+ 0
- 0
code/StandardShapes.cpp → code/Common/StandardShapes.cpp
View File
+ 0
- 0
code/StdOStreamLogStream.h → code/Common/StdOStreamLogStream.h
View File
+ 0
- 0
code/Subdivision.cpp → code/Common/Subdivision.cpp
View File
+ 0
- 0
code/TargetAnimation.cpp → code/Common/TargetAnimation.cpp
View File
+ 0
- 0
code/TargetAnimation.h → code/Common/TargetAnimation.h
View File
+ 0
- 0
code/Version.cpp → code/Common/Version.cpp
View File
+ 0
- 0
code/Win32DebugLogStream.h → code/Common/Win32DebugLogStream.h
View File
+ 0
- 0
code/assbin_chunks.h → code/Common/assbin_chunks.h
View File
Some files were not shown because too many files changed in this diff