shadows supported in Euclidean 3D

This commit is contained in:
Zeno Rogue 2020-09-11 11:03:42 +02:00
parent f04400f9de
commit 383bf80738
1 changed files with 1 additions and 1 deletions

View File

@ -845,7 +845,7 @@ void geometry_information::make_3d_models() {
}
#endif
if(WDIM == 2) {
if(WDIM == 2 || euclid) {
DEBB(DF_POLY, ("shadows"));
for(hpcshape* sh: {&shBatWings, &shBugBody, &shBullBody, &shButterflyWing, &shCatBody, &shDogBody, &shDogTorso,
&shEagle, &shFemaleBody, &shFlailMissile, &shGadflyWing, &shGargoyleWings, &shHawk, &shJiangShi, &shKnife,