vrheights

diff src/mesh.h @ 14:25cab9e20c9c

mesh vbos
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 09 Oct 2014 01:29:28 +0300
parents 3f221bdc9bab
children
line diff
     1.1 --- a/src/mesh.h	Sat Oct 04 03:41:59 2014 +0300
     1.2 +++ b/src/mesh.h	Thu Oct 09 01:29:28 2014 +0300
     1.3 @@ -46,6 +46,8 @@
     1.4  	Vector2 cur_tc;
     1.5  	bool cur_norm_valid, cur_tc_valid, cur_tang_valid;
     1.6  
     1.7 +	void update_buffers();
     1.8 +
     1.9  public:
    1.10  	Mesh();
    1.11  	~Mesh();