From: Javier Sancho Date: Thu, 17 Jul 2014 11:13:26 +0000 (+0200) Subject: New struct types ai-matrix3x3 and ai-matrix4x4 X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=d53c6fdc3383148b2e73599fb955693aa6f597a5;hp=d53c6fdc3383148b2e73599fb955693aa6f597a5;p=guile-assimp.git New struct types ai-matrix3x3 and ai-matrix4x4 * src/assimp.scm: New conversion types for matrixes; before matrixes were list of numbers. * src/low-level.scm: Parsers can reverse conversion from scheme to C. * src/low-level/matrix.scm: New struct types from C matrixes. ---