Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Sam Hocevar 617c493e11 Import binaries from non-LFS version of this repo. il y a 5 ans
..
Readme.txt Import binaries from non-LFS version of this repo. il y a 5 ans
aiColor4D.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiMaterial.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiMatrix3x3.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiMatrix4x4.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiMesh.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiQuaternion.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiScene.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiTexture.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiTypes.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiVector2D.pas Import binaries from non-LFS version of this repo. il y a 5 ans
aiVector3D.pas Import binaries from non-LFS version of this repo. il y a 5 ans
assimp.pas Import binaries from non-LFS version of this repo. il y a 5 ans

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