goat3d

diff src/mesh.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 a5c5cec3cb88
line diff
     1.1 --- a/src/mesh.h	Fri Sep 27 03:17:36 2013 +0300
     1.2 +++ b/src/mesh.h	Fri Sep 27 06:58:37 2013 +0300
     1.3 @@ -32,6 +32,9 @@
     1.4  
     1.5  	Mesh();
     1.6  
     1.7 +	bool load(const char *fname);
     1.8 +	bool save(const char *fname) const;
     1.9 +
    1.10  	void set_material(Material *mat);
    1.11  	Material *get_material();
    1.12  	const Material *get_material() const;