X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Flow-level%2Fscene.scm;h=651ea3a7519923429b8277f4f99df9c9ab421ba0;hb=d90f35ebd1816b818700badf108882040e82c5cb;hp=6d67f4871866b096806fcbc7cf4ae592ddfae1cf;hpb=63cca7faa50c513c8aa201d15336e555438fddb5;p=guile-assimp.git diff --git a/src/low-level/scene.scm b/src/low-level/scene.scm index 6d67f48..651ea3a 100644 --- a/src/low-level/scene.scm +++ b/src/low-level/scene.scm @@ -22,8 +22,8 @@ (define-struct-parser parse-aiNode - (aiString aiString-type) - (aiMatrix4x4 aiMatrix4x4-type) + (mName aiString-type) + (mTransformation aiMatrix4x4-type) (mParent '*) (mNumChildren unsigned-int) (mChildren '*)