]> git.jsancho.org Git - guile-assimp.git/log
guile-assimp.git
9 years agoRewrite definition types using new C parsers
Javier Sancho [Mon, 7 Jul 2014 14:58:42 +0000 (16:58 +0200)]
Rewrite definition types using new C parsers

* src/assimp.scm: Rewrite definition for meshes, materials and faces.

* src/low-level/material.scm: Parser for aiMaterial struct.

* src/low-level/mesh.scm: Parser for aiMesh and aiFace structs.

9 years agoRewrite definition types using new C parsers
Javier Sancho [Sun, 22 Jun 2014 13:57:02 +0000 (15:57 +0200)]
Rewrite definition types using new C parsers

* src/assimp.scm: New macro 'define-conversion-type' for defining
  types for libassimp structs using new parsers from low-level files.

* src/low-level/scene.scm: Rename fields in nodes parser.

9 years agoLow level support and scene.h structs parsing
Javier Sancho [Wed, 11 Jun 2014 13:19:02 +0000 (15:19 +0200)]
Low level support and scene.h structs parsing

9 years agoNew type 'face'
Javier Sancho [Thu, 29 May 2014 09:40:17 +0000 (11:40 +0200)]
New type 'face'

9 years agoNew type 'material'
Javier Sancho [Wed, 28 May 2014 09:31:05 +0000 (11:31 +0200)]
New type 'material'

9 years agoBug: nodes store index to mesh and not pointer to mesh
Javier Sancho [Tue, 27 May 2014 07:16:35 +0000 (09:16 +0200)]
Bug: nodes store index to mesh and not pointer to mesh

9 years agoRefining node structure (name, transformation and parent fields)
Javier Sancho [Mon, 26 May 2014 07:32:31 +0000 (09:32 +0200)]
Refining node structure (name, transformation and parent fields)

9 years agoImproving ways for accessing data structs
Javier Sancho [Fri, 23 May 2014 07:12:21 +0000 (09:12 +0200)]
Improving ways for accessing data structs

9 years agoInitial commit
Javier Sancho [Mon, 12 May 2014 05:51:17 +0000 (07:51 +0200)]
Initial commit