From: Javier Sancho Date: Mon, 14 Jul 2014 12:54:13 +0000 (+0200) Subject: Add new types and structs parsers X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=917fd378fcc23c07d14442e0ccabcce90f8c9fcc;hp=917fd378fcc23c07d14442e0ccabcce90f8c9fcc;p=guile-assimp.git Add new types and structs parsers * src/assimp.scm: New types vector2d, vector3d, color4d, bone and vertex-weight. * src/low-level/color.scm: New parser for aiColor4D. * src/low-level/mesh.scm: New parsers for aiVertexWeight and aiBone. * src/low-level/vector.scm: New parsers for aiVector2D and aiVector3D. ---