goat3d
diff src/mesh.h @ 75:76dea247f75c
in progress
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 08 May 2014 00:50:16 +0300 |
parents | dad392c710df |
children | 9785847d52d4 |
line diff
1.1 --- a/src/mesh.h Tue May 06 13:26:52 2014 +0300 1.2 +++ b/src/mesh.h Thu May 08 00:50:16 2014 +0300 1.3 @@ -60,6 +60,8 @@ 1.4 void set_material(Material *mat); 1.5 Material *get_material(); 1.6 const Material *get_material() const; 1.7 + 1.8 + AABox get_bounds() const; 1.9 }; 1.10 1.11 } // namespace g3dimpl