Torque3D/Engine/lib/assimp/port/AssimpDelphi
2022-05-13 23:42:41 -04:00
..
aiColor4D.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiMaterial.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiMatrix3x3.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiMatrix4x4.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiMesh.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiQuaternion.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiScene.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiTexture.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiTypes.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiVector2D.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
aiVector3D.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
assimp.pas * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00
Readme.txt * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00

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