mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 10:17:03 +00:00
3D:: disabled floorshapes
This commit is contained in:
parent
a7aeb064f3
commit
6502014ed8
@ -478,6 +478,9 @@ void generate_floorshapes_for(int id, cell *c, int siid, int sidir) {
|
||||
void generate_floorshapes() {
|
||||
|
||||
if(0);
|
||||
|
||||
else if(binarytiling && DIM == 3) ;
|
||||
|
||||
#if CAP_IRR
|
||||
else if(IRREGULAR) {
|
||||
printf("generating irregular floorshapes...\n");
|
||||
@ -622,6 +625,9 @@ void set_floor(const transmatrix& spin, hpcshape& sh) {
|
||||
|
||||
void draw_shapevec(cell *c, const transmatrix& V, const vector<hpcshape> &shv, color_t col, PPR prio = PPR::DEFAULT) {
|
||||
if(!c) queuepolyat(V, shv[0], col, prio);
|
||||
#if CAP_BT
|
||||
else if(DIM == 3) ;
|
||||
#endif
|
||||
#if CAP_GP
|
||||
else if(GOLDBERG) {
|
||||
int id = gp::get_plainshape_id(c);
|
||||
|
Loading…
x
Reference in New Issue
Block a user