mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
shadows supported in Euclidean 3D
This commit is contained in:
parent
f04400f9de
commit
383bf80738
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user