]> git.jsancho.org Git - guile-assimp.git/commit
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)
commitd53c6fdc3383148b2e73599fb955693aa6f597a5
tree65f1fddeb477c4344b5b8cd7e59db666f8fe13c9
parent0c88b5e31475e07d0d06ae9af01ad05a0efdc875
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.
src/assimp.scm
src/low-level.scm
src/low-level/matrix.scm [new file with mode: 0644]