]> git.jsancho.org Git - guile-assimp.git/commitdiff
New struct types ai-matrix3x3 and ai-matrix4x4
authorJavier Sancho <jsf@jsancho.org>
Thu, 17 Jul 2014 11:13:26 +0000 (13:13 +0200)
committerJavier Sancho <jsf@jsancho.org>
Thu, 17 Jul 2014 11:13:26 +0000 (13:13 +0200)
* 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.


No differences found