mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
exported more rug functions
This commit is contained in:
parent
b2aa7cb30a
commit
c2c9099ce8
8
hyper.h
8
hyper.h
@ -746,6 +746,9 @@ namespace rug {
|
|||||||
extern int texturesize;
|
extern int texturesize;
|
||||||
extern ld model_distance;
|
extern ld model_distance;
|
||||||
extern transmatrix currentrot;
|
extern transmatrix currentrot;
|
||||||
|
#if CAP_ODS
|
||||||
|
extern bool ods;
|
||||||
|
#endif
|
||||||
#if CAP_RUG
|
#if CAP_RUG
|
||||||
void show();
|
void show();
|
||||||
void init();
|
void init();
|
||||||
@ -753,6 +756,11 @@ namespace rug {
|
|||||||
void actDraw();
|
void actDraw();
|
||||||
void select();
|
void select();
|
||||||
void buildVertexInfo(cell *c, transmatrix V);
|
void buildVertexInfo(cell *c, transmatrix V);
|
||||||
|
void drawRugScene();
|
||||||
|
void prepareTexture();
|
||||||
|
void drawRugScene();
|
||||||
|
void push_all_points(int coord, ld val);
|
||||||
|
void apply_rotation(const transmatrix& t);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user