assimp/port/AssimpDelphi
Krishty 758116b083 removed trailing spaces and tabs from source and text
This commit ignores the “contrib” folder in order to prevent merge conflicts in dependencies, should these be updated via git.
2021-07-29 13:28:51 +02:00
..
Readme.txt
aiColor4D.pas
aiMaterial.pas
aiMatrix3x3.pas
aiMatrix4x4.pas
aiMesh.pas
aiQuaternion.pas
aiScene.pas
aiTexture.pas
aiTypes.pas
aiVector2D.pas
aiVector3D.pas
assimp.pas

Readme.txt

This is a set of Delphi units for using the Assimp C DLL.  This was created for use with Delphi 7, but should be usable as-is or with minimal modifications with later Delphi versions.

This set of headers is enough to load and display a model with external textures.  Since I'm not familiar with animated models and some of the other functionality of the assimp library, I did not convert the headers for those features.

See http://sourceforge.net/tracker/?func=detail&aid=3212646&group_id=226462&atid=1067634 for the original patch