From: Javier Sancho Date: Wed, 30 Jul 2014 11:06:25 +0000 (+0200) Subject: More functions from original library X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=21dab003aaf4e3d42bf5a7c2fe8a64e1fcec6192;hp=21dab003aaf4e3d42bf5a7c2fe8a64e1fcec6192;p=guile-assimp.git More functions from original library * src/assimp.scm: New functions: ai-release-import ai-attach-predefined-log-stream ai-detach-all-log-streams Bug resolved with size of vertices structs when wrapping meshes. * src/low-level/cimport.scm: New foreign function supported: aiReleaseImport aiGetPredefinedLogStream aiAttachLogStream aiDetachAllLogStreams * src/low-level/types.scm: New enumeration ai-default-log-stream ---