goat3d

diff src/goat3d.h @ 19:b35427826b60

- added XML format reading support - wrote a rudimentary version of goatview
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 27 Sep 2013 06:58:37 +0300
parents f1b4c27382ce
children d0260d80ae09
line diff
     1.1 --- a/src/goat3d.h	Fri Sep 27 03:17:36 2013 +0300
     1.2 +++ b/src/goat3d.h	Fri Sep 27 06:58:37 2013 +0300
     1.3 @@ -155,6 +155,9 @@
     1.4  
     1.5  void goat3d_add_mesh(struct goat3d *g, struct goat3d_mesh *mesh);
     1.6  
     1.7 +int goat3d_get_mesh_count(struct goat3d *g);
     1.8 +struct goat3d_mesh *goat3d_get_mesh(struct goat3d *g, int idx);
     1.9 +
    1.10  #ifdef __cplusplus
    1.11  }
    1.12  #endif