ld33_umonster

diff src/mesh.h @ 5:1e8d90aeae34

added Mesh::texcoord_gen_cylinder()
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 23 Aug 2015 04:45:24 +0300
parents 35349df5392d
children
line diff
     1.1 --- a/src/mesh.h	Sun Aug 23 04:31:29 2015 +0300
     1.2 +++ b/src/mesh.h	Sun Aug 23 04:45:24 2015 +0300
     1.3 @@ -232,6 +232,7 @@
     1.4  	void texcoord_apply_xform(const Matrix4x4 &xform);
     1.5  	void texcoord_gen_plane(const Vector3 &norm, const Vector3 &tang);
     1.6  	void texcoord_gen_box();
     1.7 +	void texcoord_gen_cylinder();
     1.8  
     1.9  	void dump(FILE *fp) const;
    1.10  };