Mercurial > hg > Game > Cerium
annotate TaskManager/Test/test_render/sys.h @ 186:06cdf8baa989 draft
fix
author | gongo@localhost.localdomain |
---|---|
date | Tue, 06 Jan 2009 16:18:37 +0900 |
parents | 028ffc9c0375 |
children | f5784443dd50 |
rev | line source |
---|---|
109 | 1 void noMoreMemory(); |
2 void get_matrix(float *matrix, float *rxyz, float *txyz, float *stack); | |
3 void rotate_x(float *xyz, float r); | |
4 void rotate_y(float *xyz, float r); | |
5 void rotate_z(float *xyz, float r); | |
6 //void rotate(float *xyz, float *matrix, float *rxyz, float *txyz, float *stack[]); | |
7 void rotate(float *xyz, float *matrix); | |
8 void translate(float *xyz, float x, float y, float z); |