invisible

annotate src/tesquad.h @ 23:b50ad2711f5f

fixed fov aspect projection et c, added shaders todo: segmentation
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Sat, 16 Nov 2013 23:29:15 +0200
parents
children
rev   line source
eleni@19 1 #ifndef TESQUAD_H_
eleni@19 2 #define TESQUAD_H_
eleni@19 3
eleni@19 4 void draw_tess_quad(float x, float y, float w, float h, int usub, int vsub, bool ortho = false);
eleni@19 5
eleni@19 6 #endif //TESQUAD_H_