diff --git a/3d-models.cpp b/3d-models.cpp index f0526c42..7bdcc535 100644 --- a/3d-models.cpp +++ b/3d-models.cpp @@ -1152,6 +1152,9 @@ void make_3d_models() { shift_shape(shRatTail, zc(0.5) - geom3::LEG); for(int i=shRatTail.s; i p(poly_outline, OUTLINE_TRANS); queuepolyat(V2 * spin(M_PI*2/3), shSemiFloorShadow, SHADOW_WALL, PPR::WALLSHADOW); } - queuepolyat(V2, shSemiFloorSide[SIDE_WALL], darkena(vcol, fd, 0xFF), PPR::WALL3A-2+away(V2)); + queuepolyat(DIM == 2 ? Vdepth : V2, shSemiFloor[0], darkena(vcol, fd, 0xFF), PPR::WALL3A); + {dynamicval p(poly_outline, OUTLINE_TRANS); queuepolyat(V2 * spin(M_PI*2/3), shSemiFloorShadow, SHADOW_WALL, DIM == 2 ? PPR::WALLSHADOW : PPR::TRANSPARENT_SHADOW); } + auto& side = queuepolyat(V2, shSemiFloorSide[SIDE_WALL], darkena(vcol, fd, 0xFF), PPR::WALL3A-2+away(V2)); + if(DIM == 3 && qfi.fshape) side.tinf = &shar.tinf3; if(validsidepar[SIDE_WALL]) forCellIdEx(c2, j, c) { int dis = i-j;