3D:: disabled floorshapes

This commit is contained in:
? 2019-02-22 21:12:44 +01:00 committed by Zeno Rogue
parent a7aeb064f3
commit 6502014ed8
1 changed files with 6 additions and 0 deletions

View File

@ -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);